OSDN Git Service

2005-02-28 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Mon, 28 Feb 2005 15:57:08 +0000 (15:57 +0000)
committerhjl <hjl>
Mon, 28 Feb 2005 15:57:08 +0000 (15:57 +0000)
commit7377050ecc1c04e3f422ff93a792f308fed0f807
treedbd98289a3ba801003883f8d72757adcf747b1a1
parent3113d4ac09c9ea0a74df40d03f4b2d1e3a759906
2005-02-28  H.J. Lu  <hongjiu.lu@intel.com>

PR 757
* elf-bfd.h (_bfd_elf_merge_symbol): Add a pointer to unsigned
int.

* elf32-sh-symbian.c (sh_symbian_relocate_section): Pass NULL
to _bfd_elf_merge_symbol.

* elflink.c (_bfd_elf_merge_symbol): Use the pointer to
unsigned int to return the alignment of the old common symbol
in the dynamic object.
(_bfd_elf_add_default_symbol): Pass NULL to
_bfd_elf_merge_symbol.
(elf_link_add_object_symbols): Pass &old_alignment to
_bfd_elf_merge_symbol. Get the alignment of the new common
symbol in the dynamic object.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf32-sh-symbian.c
bfd/elflink.c