Commit fe4c7bc6 by Hariharan Sandanagobalane Committed by Hariharan Sandanagobalane

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
parent 3b3e44eb
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment