From: Richard Henderson Date: Tue, 31 Jul 2001 02:41:52 +0000 (-0700) Subject: ia64.h (DEBUG_RANGES_SECTION): New. X-Git-Tag: prereleases/libstdc++-3.0.95~2961 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8882829102634f06c7da2d98b0dbab1c91039dce;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d6776f294bfb..d4182eda7de1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Richard Henderson + + * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New. + * config/mips/iris6.h (DEBUG_RANGES_SECTION): New. + 2001-07-30 Roman Zippel * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS): diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index bfcfaaa88ca6..5bb79e8634ef 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -2522,6 +2522,7 @@ do { \ #define DEBUG_LOC_SECTION ".debug_loc, \"\", \"progbits\"" #define DEBUG_PUBNAMES_SECTION ".debug_pubnames, \"\", \"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 2, 4, and 8 byte unaligned constants. dwarf2out.c needs these. */ diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index bec3414f14f4..62ddc19b0cd1 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -228,6 +228,7 @@ Boston, MA 02111-1307, USA. */ #define DEBUG_ABBREV_SECTION ".debug_abbrev,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_RANGES_SECTION ".debug_ranges,0x7000001e,0,0,1" /* ??? If no mabi=X option give, but a mipsX option is, then should depend on the mipsX option. */