diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2004-07-21 06:46:20 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2004-07-21 06:46:20 +0000 |
commit | 7e2294f9378d28e2645b2db1d23053755a603c5c (patch) | |
tree | 84a776f68fed867d5a032ff1637975db944264a1 /bfd/ChangeLog | |
parent | f6d87cd6b1b39639e32019f0ad44f26e82f46811 (diff) | |
download | gdb-7e2294f9378d28e2645b2db1d23053755a603c5c.zip gdb-7e2294f9378d28e2645b2db1d23053755a603c5c.tar.gz gdb-7e2294f9378d28e2645b2db1d23053755a603c5c.tar.bz2 |
* elf-bfd.h (ELF_COMMON_DEF_P): New.
* elflink.c (_bfd_elf_symbol_refs_local_p): Use it to handle
common definitions.
* elf-m10300.c: Use SYMBOL_REFERENCES_LOCAL instead of
_bfd_elf_symbol_refs_local_p.
* elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove hack for common
symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index aa3f6f8..2f4b519 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2004-07-21 Alexandre Oliva <aoliva@redhat.com> + + * elf-bfd.h (ELF_COMMON_DEF_P): New. + * elflink.c (_bfd_elf_symbol_refs_local_p): Use it to handle + common definitions. + * elf-m10300.c: Use SYMBOL_REFERENCES_LOCAL instead of + _bfd_elf_symbol_refs_local_p. + * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove hack for common + symbols. + 2004-07-19 H.J. Lu <hongjiu.lu@intel.com> * bfd-in.h (dynamic_lib_link_class): Add DYN_NO_ADD_NEEDED and |