* 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 e220c63524b626224a9c231009438ed72793d498..da1ff55dcb9dc072531a9d4ff1d8cb498c8033e4 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 f13ec1b78a0293aff54603903534af8a0761d262..e90ffa713f4e66625eb686ef45014cc51b3d64a9 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;
This page took 0.028285 seconds and 4 git commands to generate.