From c7c3f80e9ccc436c6061f1c85b7ca9450fa5d3aa Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 2 Nov 2013 15:31:16 +1030 Subject: Assorted x86 testsuite fixes. I think HJ has already fixed the binutils and ld tests with his 2013-09-27 readelf change, but this allows them to pass with wider address output as per Nick's 2013-09-12 readelf change. binutils/testsuite/ * binutils-all/x86-64/compressed-1a.d: Allow wide display of addresses. gas/testsuite/ * gas/cfi/cfi-x86_64.d: Match when lacking end of section padding. ld/testsuite/ * ld-pe/cfi.d: Allow wide display of addresses. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-pe/cfi.d | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'ld/testsuite') diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index cacaeaa..369333a 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-11-02 Alan Modra + + * ld-pe/cfi.d: Allow wide display of addresses. + 2013-11-01 Roland McGrath * ld-x86-64/plt-nacl.pd: Update expected disassembly for PLT nop fix. diff --git a/ld/testsuite/ld-pe/cfi.d b/ld/testsuite/ld-pe/cfi.d index 6c5042b..55ebaca 100644 --- a/ld/testsuite/ld-pe/cfi.d +++ b/ld/testsuite/ld-pe/cfi.d @@ -4,7 +4,7 @@ #objdump: -Wf #... -00000004 00000014 ffffffff CIE +0+4 0+14 0*ffffffff CIE Version: 1 Augmentation: "" Code alignment factor: 1 @@ -20,12 +20,12 @@ DW_CFA_nop DW_CFA_nop -0000001c 00000024 00000004 FDE cie=00000004 pc=.* +0+1c 0+24 0+4 FDE cie=0+4 pc=.* DW_CFA_advance_loc: 4 to .* DW_CFA_def_cfa_offset: 16 DW_CFA_offset: r6 \(rbp\) at cfa\-16 DW_CFA_advance_loc: 4 to .* -^ DW_CFA_def_cfa: r7 \(rsp\) ofs 8 + DW_CFA_def_cfa: r7 \(rsp\) ofs 8 DW_CFA_restore: r6 \(rbp\) DW_CFA_nop DW_CFA_nop -- cgit v1.1