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
This commit is contained in:
parent
3b3e44eb81
commit
fe4c7bc6ac
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user