mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
* elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
table is elf64-sparc.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
|
||||||
|
table is elf64-sparc.
|
||||||
|
|
||||||
2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
|
* elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
|
||||||
|
@ -1386,7 +1386,7 @@ sparc64_elf_add_symbol_hook (abfd, info, sym, namep, flagsp, secp, valp)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (*namep && **namep
|
else if (*namep && **namep
|
||||||
&& info->hash->creator->flavour == bfd_target_elf_flavour)
|
&& info->hash->creator == abfd->xvec)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
struct sparc64_elf_app_reg *p;
|
struct sparc64_elf_app_reg *p;
|
||||||
|
Reference in New Issue
Block a user