diff options
author | Richard Stallman <rms@gnu.org> | 1993-07-27 07:11:29 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-07-27 07:11:29 +0000 |
commit | 919d4b20249c7a943ce555a2dba3471d9c3a47f2 (patch) | |
tree | 89693feecc015f6a0493750d8201e47a9b413ae6 /gcc | |
parent | 8f94bd72ee1fd61aa2572115758db9d297e37b4d (diff) | |
download | gcc-919d4b20249c7a943ce555a2dba3471d9c3a47f2.zip gcc-919d4b20249c7a943ce555a2dba3471d9c3a47f2.tar.gz gcc-919d4b20249c7a943ce555a2dba3471d9c3a47f2.tar.bz2 |
(DBX_DEBUGGING_INFO): Remove this to let gcc deals with gas and coff.
From-SVN: r5001
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/dpx2g.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/config/m68k/dpx2g.h b/gcc/config/m68k/dpx2g.h index 527e1b0..31bef8d 100644 --- a/gcc/config/m68k/dpx2g.h +++ b/gcc/config/m68k/dpx2g.h @@ -44,12 +44,6 @@ #endif /* !USE_COLLECT2 */ -/* GAS want's DBX debugging information. */ -#undef SDB_DEBUGGING_INFO -#ifndef DBX_DEBUGGING_INFO -#define DBX_DEBUGGING_INFO -#endif - /* * we are using GAS */ @@ -66,13 +60,6 @@ #define const_section() text_section() #define fini_section() while (0) -#if 0 /* this is fixed in 2.1 */ -#undef ASM_OUTPUT_ALIGN -#define ASM_OUTPUT_ALIGN(FILE,LOG) \ - if ((LOG) >= 1) \ - fprintf (FILE, "\t.even\n"); -#endif - #undef CTORS_SECTION_ASM_OP #define CTORS_SECTION_ASM_OP "\t.data" #undef DTORS_SECTION_ASM_OP |