From: Ian Lance Taylor Date: Thu, 4 Jul 1996 22:34:20 +0000 (+0000) Subject: * rdcoff.c (parse_coff): Get address to pass to debug_end_function X-Git-Tag: gdb-4_18-branchpoint~8301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af6c1e6add253d7b488d0a62b72d899be3f12fe;p=thirdparty%2Fbinutils-gdb.git * rdcoff.c (parse_coff): Get address to pass to debug_end_function from function size, not value of .ef symbol. From Ning Mosberger-Tang . --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 64a054bb563..8927a1bae33 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -4,6 +4,10 @@ Thu Jul 4 12:00:55 1996 Ian Lance Taylor * 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 . + Sat Jun 29 21:18:09 1996 Ian Lance Taylor * objcopy.c (strip_main): Add -o option, and handle it.