aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/beos-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/beos-elf.h')
-rw-r--r--gcc/config/i386/beos-elf.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/i386/beos-elf.h b/gcc/config/i386/beos-elf.h
index 0ac148b2458..bbd809617a8 100644
--- a/gcc/config/i386/beos-elf.h
+++ b/gcc/config/i386/beos-elf.h
@@ -264,15 +264,3 @@ Boston, MA 02111-1307, USA. */
without user intervention. For instance, under Microsoft Windows
symbols must be explicitly imported from shared libraries (DLLs). */
#define MULTIPLE_SYMBOL_SPACES
-
-/* A C statement to output assembler commands which will identify the object
- file as having been compiled with GNU CC. This isn't needed for BeOS
- because we use DWARF and DWARF has an DW_AT_producer tag that does the
- same thing. BeOS debuggers, like bdb, that don't know about this hack
- can get confused when they find two symbols with the same address, and
- print the wrong one (gcc2_compiled) in things like backtraces. The most
- likely ill effect of disabling this is that a BeOS port of gdb would not
- be able to tell that an executable was compiled with gcc if there was no
- DWARF info. */
-#undef ASM_IDENTIFY_GCC
-#define ASM_IDENTIFY_GCC(FILE)