diff options
author | Alan Modra <amodra@gmail.com> | 2013-11-02 15:31:16 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-11-02 15:31:16 +1030 |
commit | c7c3f80e9ccc436c6061f1c85b7ca9450fa5d3aa (patch) | |
tree | 76b72bc9b9ae3a190ad18b5c1afbc277a269fc56 /ld | |
parent | 5b0ad99a826dfe3f3e9e31efe3590fae68a54918 (diff) | |
download | gdb-c7c3f80e9ccc436c6061f1c85b7ca9450fa5d3aa.zip gdb-c7c3f80e9ccc436c6061f1c85b7ca9450fa5d3aa.tar.gz gdb-c7c3f80e9ccc436c6061f1c85b7ca9450fa5d3aa.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-pe/cfi.d | 6 |
2 files changed, 7 insertions, 3 deletions
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 <amodra@gmail.com> + + * ld-pe/cfi.d: Allow wide display of addresses. + 2013-11-01 Roland McGrath <mcgrathr@google.com> * 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 |