diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ae9df443a2..d4008431d48 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-05-07 Hariharan Sandanagobalane + + * config/picochip/picochip.h (NO_DOLLAR_IN_LABEL): Added. + * config/picochip/libgccExtras/divmod15.asm : Removed redefiniton. + 2009-05-07 Rafael Avila de Espindola * Makefile.in (install-plugin): Simplify a bit. diff --git a/gcc/config/picochip/libgccExtras/divmod15.asm b/gcc/config/picochip/libgccExtras/divmod15.asm index 777adf27968..b477e03a011 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 7c32ebeec42..a3263d02e02 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