diff options
author | Richard Stallman <rms@gnu.org> | 1993-08-01 20:16:30 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-08-01 20:16:30 +0000 |
commit | f01d4c3dc86350e18be02bf5a728bce8f2f0c60e (patch) | |
tree | 51e07b3f5c55a3573e8f33844f5241c6a3c0a34e | |
parent | 04e61bd4dd50def56f95dc0f00c428d29cab9242 (diff) | |
download | gcc-f01d4c3dc86350e18be02bf5a728bce8f2f0c60e.zip gcc-f01d4c3dc86350e18be02bf5a728bce8f2f0c60e.tar.gz gcc-f01d4c3dc86350e18be02bf5a728bce8f2f0c60e.tar.bz2 |
(ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Definitions deleted.
From-SVN: r5052
-rw-r--r-- | gcc/config/m68k/amix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index 964297b..c2e8a20 100644 --- a/gcc/config/m68k/amix.h +++ b/gcc/config/m68k/amix.h @@ -123,6 +123,8 @@ do { \ 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 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 */ |