aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-15 16:28:52 +0000
committerNick Clifton <nickc@redhat.com>2005-04-15 16:28:52 +0000
commitac559f4a6daae06b15dbcaeaa9c383a91e9e3e41 (patch)
tree0e0eddcd34462a7f53ab47dd68518edbdbe5ae77 /binutils/ChangeLog
parente2f4edfd006e47c385b715b535e5515f3ffd9a43 (diff)
downloadgdb-ac559f4a6daae06b15dbcaeaa9c383a91e9e3e41.zip
gdb-ac559f4a6daae06b15dbcaeaa9c383a91e9e3e41.tar.gz
gdb-ac559f4a6daae06b15dbcaeaa9c383a91e9e3e41.tar.bz2
Issue an error message when attmepting to copy an empty input file.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 899a117..a9596ad 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-15 Nick Clifton <nickc@redhat.com>
+
+ * objcopy.c (copy_file): Issue an error message when attmepting to
+ copy an empty input file.
+
2005-04-14 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.