aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-02-19 17:15:28 +0000
committerJakub Jelinek <jakub@redhat.com>2004-02-19 17:15:28 +0000
commit2f01ffbf77c3bfbcddba30c77ceb324fb2757ee8 (patch)
tree2fc29735cb5e7f58dcf793256cf6c709578aa322 /binutils/ChangeLog
parent2ede629fa8f2410071e57bb43c46be438d5412b3 (diff)
downloadgdb-2f01ffbf77c3bfbcddba30c77ceb324fb2757ee8.zip
gdb-2f01ffbf77c3bfbcddba30c77ceb324fb2757ee8.tar.gz
gdb-2f01ffbf77c3bfbcddba30c77ceb324fb2757ee8.tar.bz2
gas/
* stabs.c (generate_asm_file): Avoid warning about use of uninitialized variable. binutils/ * objcopy.c (copy_section): Avoid warnings.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 9c9ce85..5b0e33e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-19 Jakub Jelinek <jakub@redhat.com>
+
+ * objcopy.c (copy_section): Avoid warnings.
+
2004-02-14 Andrew Cagney <cagney@redhat.com>
* ar.c (remove_output): Use bfd_cache_close.