* config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
before redefining.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122625
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-03-06 Richard Sandiford <richard@codesourcery.com>
+
+ * config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
+ before redefining.
+
2007-03-06 Jan Hubicka <jh@suse.cz>
* reg-stack.c (reg_to_stack): Large models don't allow NAN to be
/* How to output an ASCII string constant. */
+#undef ASM_OUTPUT_ASCII
#define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \
do \
{ size_t i = 0, limit = (SIZE); \
/* This is how to output an assembler line
that says to advance the location counter by SIZE bytes. */
+#undef ASM_OUTPUT_SKIP
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
fprintf ((FILE), "\t.set .,.+%u\n", (int)(SIZE))