diff options
author | Robert Lipe <robertlipe@usa.net> | 1999-06-14 02:42:40 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-13 20:42:40 -0600 |
commit | ecad2425678f4e339fc860a33d08f120f82c20c0 (patch) | |
tree | 8284471de68e1d7708015d9865742115edd31496 /gcc/config/svr4.h | |
parent | d739a3bc88c0679f753e5ef404c7ddef4d95ccde (diff) | |
download | gcc-ecad2425678f4e339fc860a33d08f120f82c20c0.tar.gz |
* svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
From-SVN: r27509
Diffstat (limited to 'gcc/config/svr4.h')
-rw-r--r-- | gcc/config/svr4.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 1c8482fd11d..7fa30e8ac26 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -247,8 +247,9 @@ do { \ #define DWARF_DEBUGGING_INFO /* All ELF targets can support DWARF-2. */ - +#ifndef DWARF2_DEBUGGING_INFO #define DWARF2_DEBUGGING_INFO +#endif /* The numbers used to denote specific machine registers in the System V Release 4 DWARF debugging information are quite likely to be totally |