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:
parent
c54d24cb8b
commit
5f1cb35385
@ -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>
|
||||
|
||||
* bfd/elf32-hppa.c (hppa_elf_hash_entry): Define.
|
||||
|
@ -5219,7 +5219,7 @@ static void
|
||||
elfNN_hpux_backend_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED,
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user