diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-01-20 00:09:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-01-20 00:09:13 +0000 |
commit | 500ee42ee091d6e8860d237bd5e74e8cdcf61d70 (patch) | |
tree | 60cf2ebadc06364c7e00c8ae0010e00b887b9c8e /binutils/ChangeLog | |
parent | 1696f399f791173c5714c877514861b706f2f6ad (diff) | |
download | gdb-500ee42ee091d6e8860d237bd5e74e8cdcf61d70.zip gdb-500ee42ee091d6e8860d237bd5e74e8cdcf61d70.tar.gz gdb-500ee42ee091d6e8860d237bd5e74e8cdcf61d70.tar.bz2 |
binutils/:
* objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
with non-ordinary files like /dev/null.
binutils/testsuite/:
* lib/utils-lib.exp (run_dump_test): Permit option values to use
$srcdir to refer to the source directory.
* binutils-all/add-section.d: New test.
* binutils-all/add-empty-section.d: New test.
* binutils-all/empty-file: New test input file.
* binutils-all/objcopy.exp: Run new tests.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 923cb24..c980f85 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2010-01-19 Ian Lance Taylor <iant@google.com> + + * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work + with non-ordinary files like /dev/null. + 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com> Alan Modra <amodra@gmail.com> |