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/testsuite/ChangeLog | |
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/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 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. |