This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]