forked from Imagelibrary/binutils-gdb
Also expect .zdebug in DWARF debug section name.
binutils/testsuite/ 2010-11-15 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/compress.exp: Pass --nocompress-debug-sections to assembler for uncompressed debug sections. * binutils-all/testranges.d: Also expect .zdebug in section name. gas/testsuite/ 2010-11-15 H.J. Lu <hongjiu.lu@intel.com> * gas/elf/dwarf2-3.d: Also expect .zdebug in section name. * gas/i386/debug1.d: Likewise. * gas/lns/lns-common-1.d: Likewise. * gas/lns/lns-duplicate.d: Likewise.
This commit is contained in:
@@ -28,8 +28,8 @@ set compressedfile2 tmpdir/dw2-2-compressed.o
|
||||
set libfile tmpdir/libdw2.a
|
||||
set compressedcopyfile tmpdir/dw2-copy-compressed
|
||||
|
||||
if { ![binutils_assemble $srcdir/$subdir/dw2-1.S $testfile] } then {
|
||||
fail "compressed debug sections"
|
||||
if { ![binutils_assemble $srcdir/$subdir/dw2-1.S $testfile --nocompress-debug-sections] } then {
|
||||
unsupported "compressed debug sections"
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#name: unordered .debug_info references to .debug_ranges
|
||||
#not-target: ia64-*-*
|
||||
|
||||
Contents of the .debug_ranges section:
|
||||
Contents of the \.z?debug_ranges section:
|
||||
|
||||
Offset Begin End
|
||||
00000000 00000001 00000002
|
||||
|
||||
Reference in New Issue
Block a user