2005-06-27 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 27 Jun 2005 21:08:10 +0000 (21:08 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 27 Jun 2005 21:08:10 +0000 (21:08 +0000)
* elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): Remove
the extra `;'.

bfd/ChangeLog
bfd/elfxx-ia64.c

index ab57ca3..6fbf8c6 100644 (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.
index bbf6296..9963734 100644 (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)
     {