OSDN Git Service

(ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Definitions deleted.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Aug 1993 20:16:30 +0000 (20:16 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Aug 1993 20:16:30 +0000 (20:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5052 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/amix.h

index 964297b..c2e8a20 100644 (file)
@@ -123,6 +123,8 @@ do {                                                                        \
   putc ('\n', (FILE));                                         \
 }
 \f
+#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
    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 */
@@ -141,3 +143,4 @@ do {                                                                        \
   else                                                 \
     asm_fprintf (FILE, "%0L%s%d:\n", PREFIX, NUM)
 
+#endif /* 0 */