diff options
author | Hariharan Sandanagobalane <hariharan@picochip.com> | 2009-05-07 17:52:30 +0000 |
---|---|---|
committer | Hariharan Sandanagobalane <hariharans@gcc.gnu.org> | 2009-05-07 17:52:30 +0000 |
commit | fe4c7bc6ac34f7a6c1066eda24675f2898e4576e (patch) | |
tree | e75b2186c95a905c1f14bb830bd1699dc70c6f40 /gcc | |
parent | 3b3e44eb81317765efefcc2213573fcbb61487f2 (diff) | |
download | gcc-fe4c7bc6ac34f7a6c1066eda24675f2898e4576e.zip gcc-fe4c7bc6ac34f7a6c1066eda24675f2898e4576e.tar.gz gcc-fe4c7bc6ac34f7a6c1066eda24675f2898e4576e.tar.bz2 |
picochip.h (NO_DOLLAR_IN_LABEL): Added.
* config/picochip/picochip.h (NO_DOLLAR_IN_LABEL): Added.
* config/picochip/libgccExtras/divmod15.asm : Removed redefiniton.
From-SVN: r147248
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/picochip/libgccExtras/divmod15.asm | 2 | ||||
-rw-r--r-- | gcc/config/picochip/picochip.h | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ae9df4..d400843 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/picochip/libgccExtras/divmod15.asm b/gcc/config/picochip/libgccExtras/divmod15.asm index 777adf2..b477e03 100644 --- a/gcc/config/picochip/libgccExtras/divmod15.asm +++ b/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. diff --git a/gcc/config/picochip/picochip.h b/gcc/config/picochip/picochip.h index 7c32ebe..a3263d02 100644 --- a/gcc/config/picochip/picochip.h +++ b/gcc/config/picochip/picochip.h @@ -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 |