From fece73ae83dd6a5f76ad78273ce25fd08c163487 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 20 May 2005 15:45:45 +0000 Subject: * arm/elf-redboot.ld, iq2000/sim.ld, m68hc11/sim-valid-m68hc11.ld, * m68hc11/sim-valid-m68hc12.ld, mcore/elf-cmb.ld, mips/cfe.ld, * mips/ddb-kseg0.ld, mips/ddb.ld, mips/dve.ld, mips/idt.ld, * mips/idt32.ld, mips/idt64.ld, mips/jmr3904app-java.ld, * mips/jmr3904app.ld, mips/jmr3904dram-java.ld, mips/jmr3904dram.ld, * mips/nullmon.ld, mips/pmon.ld, mn10200/eval.ld, mn10200/sim.ld, * mn10300/asb2303.ld, mn10300/asb2305.ld, mn10300/eval.ld, * mn10300/sim.ld, rs6000/ads.ld, rs6000/mbx.ld, rs6000/yellowknife.ld, * sh/sh1lcevb.ld, sh/sh2lcevb.ld, sh/sh3bb.ld, sh/sh3lcevb.ld, * sparc/elfsim.ld, sparc/ex930.ld, sparc/ex931.ld, sparc/ex934.ld, * sparc/sparc86x.ld, xstormy16/eva_app.ld, xstormy16/eva_stub.ld, * xstormy16/sim_high.ld, xstormy16/sim_rom.ld: Add .debug_ranges section. --- libgloss/sh/sh1lcevb.ld | 1 + libgloss/sh/sh2lcevb.ld | 1 + libgloss/sh/sh3bb.ld | 1 + libgloss/sh/sh3lcevb.ld | 1 + 4 files changed, 4 insertions(+) (limited to 'libgloss/sh') diff --git a/libgloss/sh/sh1lcevb.ld b/libgloss/sh/sh1lcevb.ld index efe9ab3c7..b2979d75d 100644 --- a/libgloss/sh/sh1lcevb.ld +++ b/libgloss/sh/sh1lcevb.ld @@ -105,6 +105,7 @@ SECTIONS .debug_str 0 : { *(.debug_str) } .debug_loc 0 : { *(.debug_loc) } .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_ranges 0 : { *(.debug_ranges) } /* SGI/MIPS DWARF 2 extensions */ .debug_weaknames 0 : { *(.debug_weaknames) } .debug_funcnames 0 : { *(.debug_funcnames) } diff --git a/libgloss/sh/sh2lcevb.ld b/libgloss/sh/sh2lcevb.ld index 8ae7f316a..06a85adc3 100644 --- a/libgloss/sh/sh2lcevb.ld +++ b/libgloss/sh/sh2lcevb.ld @@ -101,6 +101,7 @@ SECTIONS .debug_str 0 : { *(.debug_str) } .debug_loc 0 : { *(.debug_loc) } .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_ranges 0 : { *(.debug_ranges) } /* SGI/MIPS DWARF 2 extensions */ .debug_weaknames 0 : { *(.debug_weaknames) } .debug_funcnames 0 : { *(.debug_funcnames) } diff --git a/libgloss/sh/sh3bb.ld b/libgloss/sh/sh3bb.ld index c3fc6574e..f2a33191f 100644 --- a/libgloss/sh/sh3bb.ld +++ b/libgloss/sh/sh3bb.ld @@ -103,6 +103,7 @@ SECTIONS .debug_str 0 : { *(.debug_str) } .debug_loc 0 : { *(.debug_loc) } .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_ranges 0 : { *(.debug_ranges) } /* SGI/MIPS DWARF 2 extensions */ .debug_weaknames 0 : { *(.debug_weaknames) } .debug_funcnames 0 : { *(.debug_funcnames) } diff --git a/libgloss/sh/sh3lcevb.ld b/libgloss/sh/sh3lcevb.ld index 0129921b1..d41c65faf 100644 --- a/libgloss/sh/sh3lcevb.ld +++ b/libgloss/sh/sh3lcevb.ld @@ -101,6 +101,7 @@ SECTIONS .debug_str 0 : { *(.debug_str) } .debug_loc 0 : { *(.debug_loc) } .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_ranges 0 : { *(.debug_ranges) } /* SGI/MIPS DWARF 2 extensions */ .debug_weaknames 0 : { *(.debug_weaknames) } .debug_funcnames 0 : { *(.debug_funcnames) } -- cgit v1.2.3