diff options
author | Nick Clifton <nickc@redhat.com> | 2007-12-31 11:29:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-12-31 11:29:01 +0000 |
commit | e9e9cead3f03155dd8a2ae851c35066cb3ebfec6 (patch) | |
tree | d014a92928008f2594b0c11a278138cf5bd710cf /ld/testsuite/ChangeLog | |
parent | 2ea37f1c66300870024a9a9393c4b19337363d8b (diff) | |
download | gdb-e9e9cead3f03155dd8a2ae851c35066cb3ebfec6.zip gdb-e9e9cead3f03155dd8a2ae851c35066cb3ebfec6.tar.gz gdb-e9e9cead3f03155dd8a2ae851c35066cb3ebfec6.tar.bz2 |
* ld-elf/flags1.d: Add xfails for ports for which the test will work.
* ld-mn10300/i143317.s: New test - checks linker relaxation when symbols
are in a merged section.
* ld-mn10300/i143317.d: Expected disassembly.
* ld-mn10300/i143317.t: Linker map.
* ld-mn10300/mn10300.exp (mn10300_tests): Add the i143317 test.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index fc82529..3f2fc96 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2007-12-31 Nick Clifton <nickc@redhat.com> + + * ld-elf/flags1.d: Add xfails for ports for which the test will + not work. + +2007-12-31 Nick Clifton <nickc@redhat.com> + + * ld-mn10300/i143317.s: New test - checks linker relaxation when + the symbols are in a merged section. + * ld-mn10300/i143317.d: Expected disassembly. + * ld-mn10300/i143317.t: Linker map. + * ld-mn10300/mn10300.exp (mn10300_tests): Add the i143317 test. + 2007-12-24 H.J. Lu <hongjiu.lu@intel.com> PR binutils/5488 |