summaryrefslogtreecommitdiff
path: root/bfd/elf32-vax.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2013-05-19 21:40:00 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2013-05-19 21:40:00 +0000
commitef576e9dd04644c98fd9c6ab4eb98f62439ac20d (patch)
tree91a77e31a1be63e62b43d7d38f703643108d75d7 /bfd/elf32-vax.c
parent1ed0673dcbe685b3a90d31f3d14d97fc0cb1213f (diff)
downloadbinutils-redhat-ef576e9dd04644c98fd9c6ab4eb98f62439ac20d.tar.gz
* elf32-vax.c (elf_vax_adjust_dynamic_symbol): Convert K&R
function definition.
Diffstat (limited to 'bfd/elf32-vax.c')
-rw-r--r--bfd/elf32-vax.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c
index f13ec1b78a..e90ffa713f 100644
--- a/bfd/elf32-vax.c
+++ b/bfd/elf32-vax.c
@@ -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;