Commit 88828291 by Richard Henderson Committed by Richard Henderson

ia64.h (DEBUG_RANGES_SECTION): New.

        * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
        * config/mips/iris6.h (DEBUG_RANGES_SECTION): New.

From-SVN: r44496
parent 1292bc9f
2001-07-30 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
* config/mips/iris6.h (DEBUG_RANGES_SECTION): New.
2001-07-30 Roman Zippel <zippel@linux-m68k.org> 2001-07-30 Roman Zippel <zippel@linux-m68k.org>
* config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS): * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
......
...@@ -2522,6 +2522,7 @@ do { \ ...@@ -2522,6 +2522,7 @@ do { \
#define DEBUG_LOC_SECTION ".debug_loc, \"\", \"progbits\"" #define DEBUG_LOC_SECTION ".debug_loc, \"\", \"progbits\""
#define DEBUG_PUBNAMES_SECTION ".debug_pubnames, \"\", \"progbits\"" #define DEBUG_PUBNAMES_SECTION ".debug_pubnames, \"\", \"progbits\""
#define DEBUG_STR_SECTION ".debug_str, \"\", \"progbits\"" #define DEBUG_STR_SECTION ".debug_str, \"\", \"progbits\""
#define DEBUG_RANGES_SECTION ".debug_ranges, \"\", \"progbits\""
/* C string constants giving the pseudo-op to use for a sequence of /* C string constants giving the pseudo-op to use for a sequence of
2, 4, and 8 byte unaligned constants. dwarf2out.c needs these. */ 2, 4, and 8 byte unaligned constants. dwarf2out.c needs these. */
......
...@@ -228,6 +228,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -228,6 +228,7 @@ Boston, MA 02111-1307, USA. */
#define DEBUG_ABBREV_SECTION ".debug_abbrev,0x7000001e,0,0,1" #define DEBUG_ABBREV_SECTION ".debug_abbrev,0x7000001e,0,0,1"
#define DEBUG_LOC_SECTION ".debug_loc,0x7000001e,0,0,1" #define DEBUG_LOC_SECTION ".debug_loc,0x7000001e,0,0,1"
#define DEBUG_STR_SECTION ".debug_str,0x7000001e,0,0,1" #define DEBUG_STR_SECTION ".debug_str,0x7000001e,0,0,1"
#define DEBUG_RANGES_SECTION ".debug_ranges,0x7000001e,0,0,1"
/* ??? If no mabi=X option give, but a mipsX option is, then should depend /* ??? If no mabi=X option give, but a mipsX option is, then should depend
on the mipsX option. */ on the mipsX option. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment