aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-07-04 22:34:20 +0000
committerIan Lance Taylor <ian@airs.com>1996-07-04 22:34:20 +0000
commit6af6c1e6add253d7b488d0a62b72d899be3f12fe (patch)
tree3ddb753dfaf1e3fec571c0945d5a0ff1ff6cc077 /binutils/ChangeLog
parent48f3aaf3ed3073a1dd98e69b05159f4c53967c90 (diff)
downloadgdb-6af6c1e6add253d7b488d0a62b72d899be3f12fe.zip
gdb-6af6c1e6add253d7b488d0a62b72d899be3f12fe.tar.gz
gdb-6af6c1e6add253d7b488d0a62b72d899be3f12fe.tar.bz2
* rdcoff.c (parse_coff): Get address to pass to debug_end_function
from function size, not value of .ef symbol. From Ning Mosberger-Tang <ning@AZStarNet.com>.
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 64a054b..8927a1b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -4,6 +4,10 @@ Thu Jul 4 12:00:55 1996 Ian Lance Taylor <ian@cygnus.com>
* Released binutils 2.7.
+ * rdcoff.c (parse_coff): Get address to pass to debug_end_function
+ from function size, not value of .ef symbol. From Ning
+ Mosberger-Tang <ning@AZStarNet.com>.
+
Sat Jun 29 21:18:09 1996 Ian Lance Taylor <ian@cygnus.com>
* objcopy.c (strip_main): Add -o option, and handle it.