duplicate #define in gcc/config/sparc/sp64-elf.h

Alexey Mahotkin alexm@jet.msk.su
Tue Jun 26 03:49:00 GMT 2001


There should be 

#undef DWARF_DEBUGGING_INFO

before the

#define DWARF_DEBUGGING_INFO

in the sparc/sp64-elf.h.  Otherwise, the following annoying warning is
emitted when compiling for target `sparc64-sun-elf'.


/tmp/alexm/gcc-3.0/gcc/config/sparc/sp64-elf.h:115: warning: `DWARF_DEBUGGING_INFO' redefined
/tmp/alexm/gcc-3.0/gcc/config/elfos.h:68: warning: this is the location of the previous definition
/tmp/alexm/gcc-3.0/gcc/config/sparc/sp64-elf.h:116: warning: `DWARF2_DEBUGGING_INFO' redefined
/tmp/alexm/gcc-3.0/gcc/config/elfos.h:74: warning: this is the location of the previous definition

--alexm



More information about the Gcc-bugs mailing list