diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-10-19 20:49:03 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-10-19 20:49:03 +0000 |
commit | 64bb95af3d14f93bd2e199570bd5ce1bae40a4db (patch) | |
tree | 4c8773e7f60619debb8e308e72eba88eb2388af9 /ld/testsuite | |
parent | 290248614c6058e929e4403124d2cc106d130c83 (diff) | |
download | gdb-64bb95af3d14f93bd2e199570bd5ce1bae40a4db.zip gdb-64bb95af3d14f93bd2e199570bd5ce1bae40a4db.tar.gz gdb-64bb95af3d14f93bd2e199570bd5ce1bae40a4db.tar.bz2 |
binutils/testsuite/
2005-10-19 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/1487
* binutils-all/objcopy.exp (objcopy_test): New procedure.
Use it to test simple copy, ia64 link order and ELF unknown
section type.
* binutils-all/unknown.s: New file.
ld/testsuite/
2005-10-19 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/1487
* ld-elf/unknown.d: New file.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index c39343d..5ba4799 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2005-10-19 H.J. Lu <hongjiu.lu@intel.com> + PR binutils/1487 + * ld-elf/unknown.d: New file. + +2005-10-19 H.J. Lu <hongjiu.lu@intel.com> + * ld-ia64/ia64.exp: Check link order for ld -r. 2005-10-18 Alan Modra <amodra@bigpond.net.au> |