Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1017)

Unified Diff: gcc/gcc/config/picochip/libgccExtras/divmod15.asm

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/picochip/libgccExtras/clzsi2.asm ('k') | gcc/gcc/config/picochip/picochip.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/picochip/libgccExtras/divmod15.asm
diff --git a/gcc/gcc/config/picochip/libgccExtras/divmod15.asm b/gcc/gcc/config/picochip/libgccExtras/divmod15.asm
index 777adf2796850977dfb6e987bbbc6812c8f44c09..b477e03a011567f0de02ed5dfb701c0eb3ec5c1a 100644
--- a/gcc/gcc/config/picochip/libgccExtras/divmod15.asm
+++ b/gcc/gcc/config/picochip/libgccExtras/divmod15.asm
@@ -33,8 +33,6 @@ _picoMark_FUNCTION_BEGIN=
// picoChip Function Prologue : &__divmod15 = 0 bytes
-__divmod15:
-
// The picoChip instruction set has a divstep instruction which
// is used to perform one iteration of a binary division algorithm.
// The instruction allows 16-bit signed division to be implemented.
« no previous file with comments | « gcc/gcc/config/picochip/libgccExtras/clzsi2.asm ('k') | gcc/gcc/config/picochip/picochip.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698