diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-15 00:12:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-15 00:12:47 +0000 |
commit | 54626f1aa47e7251e1f966f5e9711ff74379bf6c (patch) | |
tree | e271a106b84e200c6b5676b10a37f2d5a44e221f /bfd/ChangeLog | |
parent | f5ed78de1f40836f2e6d8f529107c3620f25ad0c (diff) | |
download | gdb-54626f1aa47e7251e1f966f5e9711ff74379bf6c.zip gdb-54626f1aa47e7251e1f966f5e9711ff74379bf6c.tar.gz gdb-54626f1aa47e7251e1f966f5e9711ff74379bf6c.tar.bz2 |
* elflink.h (elf_link_add_object_symbols): Don't issue a warning
about a symbol defined in a dynamic object if it has already been
defined in a regular object.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 174a41e..e29ba2e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,9 +1,41 @@ +Fri Feb 14 19:08:03 1997 Ian Lance Taylor <ian@cygnus.com> + + * elflink.h (elf_link_add_object_symbols): Don't issue a warning + about a symbol defined in a dynamic object if it has already been + defined in a regular object. + Thu Feb 13 20:53:22 1997 Klaus Kaempf (kkaempf@progis.de) * makefile.vms: Add gcc flags to allow compiling with current gcc snapshot (targmatch.h): New dependency. + * reloc.c (BFD_RELOC_ALPHA_CODEADDR): New relocation for + openVMS/Alpha. + * evax.h (ALPHA_R_CODEADDR): New relocation. + * evax-alpha.c (ALPHA_R_CODEADDR): 64 bit procedure relocation for + openVMS/Alpha. + * evax-etir.c (ALPHA_R_CODEADDR): Output object code for this + relocation. + * bfd-in2.h, libbfd.h: Rebuild. + + Restrict symbol length to 64 bytes, case preserving: + * evax-emh.c (_bfd_evax_write_emh): Remove case hacking. + * evax-misc.c (_bfd_evax_case_hack_symbol): Remove. + (_bfd_evax_length_hash_symbol): Added. + * evax-etir.c (_bfd_evax_write_etir): Call + _bfd_evax_length_hash_symbol before output of symbol. + * evax-egsd.c (_bfd_evax_write_egsd): Likewise. + * evax.h (flag_hash_long_names, flag_show_after_trunc): Remove. + + * evax-emh.c: Output filename to object file without path. + + * evax-egsd.c: New sections for local and global commons. + + * evax-alpha.c, evax-emh.c, evax-egsd.c, evax-etir.c, + evax-misc.c, evax.h: Remove 8 bit characters from copyright + notices. Replace AXP with Alpha. + Wed Feb 12 18:10:30 1997 Ian Lance Taylor <ian@cygnus.com> * sunos.c (sunos_create_dynamic_sections): We need the dynamic |