From b657622c3ecd810064f17f279b0a56648b4dc2d6 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 3 Jul 2020 15:29:13 +0930 Subject: Re: Change readelf's display of symbol names Fixes some fallout from git commit 0942c7ab94e5. PR 26028 gas/ * testsuite/gas/ia64/unwind-ilp32.d: Add -T to readelf options. gold/ * testsuite/Makefile.am (file_in_many_sections.stdout): Add -W to readelf options. * testsuite/Makefile.in: Regenerate. ld/ * testsuite/ld-arm/arm-elf.exp (vxworks1): Pass --wide to readelf when dumping relocs. * testsuite/ld-i386/i386.exp (vxworks1): Likewise. * testsuite/ld-sh/sh-vxworks.exp (vxworks1): Likewise. * testsuite/ld-sparc/sparc.exp (vxworks1): Likewise. * testsuite/ld-arm/vxworks1.rd: Adjust to suit. * testsuite/ld-i386/vxworks1.rd: Adjust. * testsuite/ld-sh/vxworks1.rd: Adjust. * testsuite/ld-sparc/vxworks1.rd: Adjust. --- gas/ChangeLog | 5 +++++ gas/testsuite/gas/ia64/unwind-ilp32.d | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index c63f525..216ad58 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-07-03 Alan Modra + + PR 26028 + * testsuite/gas/ia64/unwind-ilp32.d: Add -T to readelf options. + 2020-07-02 H.J. Lu * config/tc-i386.c (build_modrm_byte): Check vexswapsources to diff --git a/gas/testsuite/gas/ia64/unwind-ilp32.d b/gas/testsuite/gas/ia64/unwind-ilp32.d index e96f89b..9c12aad 100644 --- a/gas/testsuite/gas/ia64/unwind-ilp32.d +++ b/gas/testsuite/gas/ia64/unwind-ilp32.d @@ -1,4 +1,4 @@ -#readelf: -S +#readelf: -ST #name: ia64 unwind section (ilp32) #as: -milp32 #source: unwind.s -- cgit v1.1