Commit f01d4c3d by Richard Stallman

(ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Definitions deleted.

From-SVN: r5052
parent 04e61bd4
...@@ -123,6 +123,8 @@ do { \ ...@@ -123,6 +123,8 @@ do { \
putc ('\n', (FILE)); \ putc ('\n', (FILE)); \
} }
#if 0 /* This should be unnecessary as a result of PIC_CASE_VECTOR_ADDRESS. */
/* Override these for the sake of an assembler bug: the Amix /* Override these for the sake of an assembler bug: the Amix
assembler can't handle .LC0@GOT syntax. This pollutes the final assembler can't handle .LC0@GOT syntax. This pollutes the final
table for shared librarys but what's a poor soul to do; sigh... RFH */ table for shared librarys but what's a poor soul to do; sigh... RFH */
...@@ -141,3 +143,4 @@ do { \ ...@@ -141,3 +143,4 @@ do { \
else \ else \
asm_fprintf (FILE, "%0L%s%d:\n", PREFIX, NUM) asm_fprintf (FILE, "%0L%s%d:\n", PREFIX, NUM)
#endif /* 0 */
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