mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
2005-06-27 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): Remove the extra `;'.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2005-06-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): Remove
|
||||||
|
the extra `;'.
|
||||||
|
|
||||||
2005-06-21 Carlos O'Donell <carlos@systemhalted.org>
|
2005-06-21 Carlos O'Donell <carlos@systemhalted.org>
|
||||||
|
|
||||||
* bfd/elf32-hppa.c (hppa_elf_hash_entry): Define.
|
* bfd/elf32-hppa.c (hppa_elf_hash_entry): Define.
|
||||||
|
@ -5219,7 +5219,7 @@ static void
|
|||||||
elfNN_hpux_backend_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED,
|
elfNN_hpux_backend_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED,
|
||||||
asymbol *asym)
|
asymbol *asym)
|
||||||
{
|
{
|
||||||
elf_symbol_type *elfsym = (elf_symbol_type *) asym;;
|
elf_symbol_type *elfsym = (elf_symbol_type *) asym;
|
||||||
|
|
||||||
switch (elfsym->internal_elf_sym.st_shndx)
|
switch (elfsym->internal_elf_sym.st_shndx)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user