aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-04 21:05:23 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-04 21:05:23 +0000
commit0d84aa0f4b86c17ea41cc03bb8c885d0f9fd269a (patch)
treeec0a41e20b5cded4c9fa4cbf33466d3c5582cbfa /binutils/ChangeLog
parent4c8d7e6be162d79b66f75d5049a870b9b306254b (diff)
downloadgdb-0d84aa0f4b86c17ea41cc03bb8c885d0f9fd269a.zip
gdb-0d84aa0f4b86c17ea41cc03bb8c885d0f9fd269a.tar.gz
gdb-0d84aa0f4b86c17ea41cc03bb8c885d0f9fd269a.tar.bz2
* nm.c (size_forward): Check yf against yn, not xn.
PR 7276.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 14b185c..2287ec2 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,7 @@
Tue Jul 4 14:48:42 1995 Ian Lance Taylor <ian@cygnus.com>
+ * nm.c (size_forward): Check yf against yn, not xn.
+
* objcopy.c (copy_archive): Record all output BFD's, and close
them before unlinking them and removing the temporary directory,
to avoid NFS problems.