(DBX_DEBUGGING_INFO): Remove this to let gcc deals with gas and coff.
authorRichard Stallman <rms@gnu.org>
Tue, 27 Jul 1993 07:11:29 +0000 (07:11 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 27 Jul 1993 07:11:29 +0000 (07:11 +0000)
From-SVN: r5001

gcc/config/m68k/dpx2g.h

index 527e1b0..31bef8d 100644 (file)
 #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
  */
 #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