aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/compress.exp
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-04-23 07:58:05 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-04-23 07:59:59 -0700
commitf6fe1ccd62e4492aabda6a9a9d12da438d0ebf2b (patch)
treea41818b68d4e2ece962519ffc0d61c5b2bc1fb8a /binutils/testsuite/binutils-all/compress.exp
parent4ef9fb2f075daec3885c63aa2056075bdd94384b (diff)
downloadgdb-f6fe1ccd62e4492aabda6a9a9d12da438d0ebf2b.zip
gdb-f6fe1ccd62e4492aabda6a9a9d12da438d0ebf2b.tar.gz
gdb-f6fe1ccd62e4492aabda6a9a9d12da438d0ebf2b.tar.bz2
Don't change compressed input debug section names
Change compressed input debug section name for objdump is very confusing. But we need to change it for linker so that linker will consider the input section as a debug section. This patch delays section rename to elf_fake_sections for objcopy and avoids it for objdump. bfd/ PR binutils/18209 * bfd.c (bfd): Add is_linker_input. * elf.c (convert_debug_to_zdebug): New. (convert_zdebug_to_debug): Likewise. (_bfd_elf_make_section_from_shdr): Don't convert .debug_* to .zdebug_* here. Use convert_zdebug_to_debug. Set SEC_ELF_RENAME. (_bfd_elf_init_reloc_shdr): Pass a pointer to section name instead of a pointer to section. (elf_fake_sections): Rename the section name if SEC_ELF_RENAME is set. * section.c (SEC_ELF_RENAME): New. * bfd-in2.h: Regenerated. binutils/ PR binutils/18209 * objcopy.c (setup_section): Copy compress status. binutils/testsuite/ PR binutils/18209 * binutils-all/compress.exp: Replace dw2-3.W with dw2-3gabi.W on zlib-gabi output. * binutils-all/dw2-1.W: Convert section names to .zdebug_*. * binutils-all/dw2-3.W: Likewise. * binutils-all/objdump.W: Likewise. * binutils-all/dw2-3gabi.W: New file. ld/ PR binutils/18209 * ldfile.c (ldfile_try_open_bfd): Set is_linker_input to 1.
Diffstat (limited to 'binutils/testsuite/binutils-all/compress.exp')
-rw-r--r--binutils/testsuite/binutils-all/compress.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/compress.exp b/binutils/testsuite/binutils-all/compress.exp
index 4d3b71c..8787e77 100644
--- a/binutils/testsuite/binutils-all/compress.exp
+++ b/binutils/testsuite/binutils-all/compress.exp
@@ -566,7 +566,7 @@ if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
fail "$testname"
send_log "$got\n"
}
-if { [regexp_diff objdump.out $srcdir/$subdir/dw2-3.W] } then {
+if { [regexp_diff objdump.out $srcdir/$subdir/dw2-3gabi.W] } then {
fail "$testname"
} else {
pass "$testname"