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:
H.J. Lu 2005-06-27 21:08:10 +00:00
parent c54d24cb8b
commit 5f1cb35385
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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)
{