* elf32-vax.c (elf_vax_adjust_dynamic_symbol): Convert K&R
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 19 May 2013 21:40:00 +0000 (21:40 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Sun, 19 May 2013 21:40:00 +0000 (21:40 +0000)
function definition.

bfd/ChangeLog
bfd/elf32-vax.c

index e220c63..da1ff55 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-19  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf32-vax.c (elf_vax_adjust_dynamic_symbol): Convert K&R
+       function definition.
+
 2013-05-16  Cary Coutant  <ccoutant@google.com>
 
        * ecoff.c (ecoff_link_check_archive_element): Add initializers for
index f13ec1b..e90ffa7 100644 (file)
@@ -914,9 +914,8 @@ elf_vax_gc_sweep_hook (bfd *abfd, struct bfd_link_info *info, asection *sec,
    understand.  */
 
 static bfd_boolean
-elf_vax_adjust_dynamic_symbol (info, h)
-     struct bfd_link_info *info;
-     struct elf_link_hash_entry *h;
+elf_vax_adjust_dynamic_symbol (struct bfd_link_info *info,
+                              struct elf_link_hash_entry *h)
 {
   bfd *dynobj;
   asection *s;