* elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
to bfd_link_hash_entry passed by reference to _bfd_generic_link_add_one_symbol.
This commit is contained in:
parent
2a68b70e96
commit
ea01195e38
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-01-30 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
|
||||
to bfd_link_hash_entry passed by reference to
|
||||
_bfd_generic_link_add_one_symbol.
|
||||
|
||||
2004-01-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elfxx-ia64.c (elfNN_ia64_relocate_section): Disallow imm
|
||||
|
|
|
@ -3454,7 +3454,7 @@ elf32_frv_always_size_sections (bfd *output_bfd,
|
|||
|| h->type != STT_OBJECT
|
||||
|| !(h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR))
|
||||
{
|
||||
struct bfd_link_hash_entry *bh;
|
||||
struct bfd_link_hash_entry *bh = NULL;
|
||||
|
||||
if (!(_bfd_generic_link_add_one_symbol
|
||||
(info, output_bfd, "__stacksize",
|
||||
|
|
Loading…
Add table
Reference in a new issue