picochip.h (NO_DOLLAR_IN_LABEL): Added.
authorHariharan Sandanagobalane <hariharan@picochip.com>
Thu, 7 May 2009 17:52:30 +0000 (17:52 +0000)
committerHariharan Sandanagobalane <hariharans@gcc.gnu.org>
Thu, 7 May 2009 17:52:30 +0000 (17:52 +0000)
* config/picochip/picochip.h (NO_DOLLAR_IN_LABEL): Added.
* config/picochip/libgccExtras/divmod15.asm : Removed redefiniton.

From-SVN: r147248

gcc/ChangeLog
gcc/config/picochip/libgccExtras/divmod15.asm
gcc/config/picochip/picochip.h

index 2ae9df443a262150b1b2f0cc568d473c656a1723..d4008431d48b2432b27c4cfedc535f6ea0d8f9e7 100644 (file)
@@ -1,3 +1,8 @@
+2009-05-07  Hariharan Sandanagobalane <hariharan@picochip.com>
+
+       * config/picochip/picochip.h (NO_DOLLAR_IN_LABEL): Added.
+       * config/picochip/libgccExtras/divmod15.asm : Removed redefiniton.
+
 2009-05-07  Rafael Avila de Espindola  <espindola@google.com>
 
        * Makefile.in (install-plugin): Simplify a bit.
index 777adf2796850977dfb6e987bbbc6812c8f44c09..b477e03a011567f0de02ed5dfb701c0eb3ec5c1a 100644 (file)
@@ -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.
index 7c32ebeec428131c9b90a1b8a3b2e60fa58d8743..a3263d02e02fae7da309a71a57e2fdfff2a3c1fd 100644 (file)
@@ -729,6 +729,7 @@ enum picochip_builtins
   PICOCHIP_BUILTIN_HALT
 };
 
+#define NO_DOLLAR_IN_LABEL 1
 #define NO_DOT_IN_LABEL 1
 
 /* The assembler does support LEB128, despite the auto-configure test