From: Ian Lance Taylor Date: Wed, 14 Sep 1994 20:19:09 +0000 (+0000) Subject: * libecoff.h (struct ecoff_tdata): Add field find_buffer. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9be909aef7c72401f81b5376ddb715b6b2a399de;p=binutils-gdb.git * libecoff.h (struct ecoff_tdata): Add field find_buffer. * ecoff.c: Include aout/stab_gnu.h. (ecoff_find_nearest_line): Handle stabs debugging information. PR 3954. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 55808ec1733..ec5969dc475 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Wed Sep 14 15:06:55 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * libecoff.h (struct ecoff_tdata): Add field find_buffer. + * ecoff.c: Include aout/stab_gnu.h. + (ecoff_find_nearest_line): Handle stabs debugging information. + * elfcode.h (elf_link_output_extsym): Keep a symbol marked as weak even if it is referenced by another object.