This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[3.1] .debug_ranges Error for mips-sgi-irix6.5
- To: gcc-bugs at gcc dot gnu dot org
- Subject: [3.1] .debug_ranges Error for mips-sgi-irix6.5
- From: Jeffrey Oldham <oldham at codesourcery dot com>
- Date: Mon, 30 Jul 2001 07:54:16 -0700
- Cc: Jeffrey Oldham <oldham at codesourcery dot com>, rth at redhat dot com
- Organization: CodeSourcery LLC
Last night's (30Jul) nightly build of mips-sgi-irix6.5 gcc 3.1
revealed that the Irix6.5 assembler expects more information when
introducing '.section .debug_ranges'.
/usr/bin/as -EB -O0 -g0 -nocpp -show -G 0 -w -n32 -mips3 -o hash.o hash.s
/usr/bin/../lib32/cmplrs/as -DEFAULT:abi=n32:isa=mips4:proc=r10k -EB -O0 -g0 -nocpp -show -G 0 -w -n32 -mips3 -o hash.o hash.s
/opt/MIPSpro/MIPSpro_7.2.1/usr/lib32/cmplrs/asm -pic2 -elf -EB -O0 -g0 -G0 -w -mips3 -n32 -t5_ll_sc_bug hash.s -o hash.o
as: Error: /hash.s, line 11129: must give attribute values for new section
.section .debug_ranges
as ERROR: /opt/MIPSpro/MIPSpro_7.2.1/usr/lib32/cmplrs/asm returned non-zero status 2
hash.s is attached.
I conjecture the problem was introduced by recent changes to
gcc/dwarf2out.c.
Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com
hash.s.gz