This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] VAX/BFD: Convert a K&R function definition


Hi,

 Applied as obvious.

2013-05-19  Maciej W. Rozycki  <macro@linux-mips.org>

	* elf32-vax.c (elf_vax_adjust_dynamic_symbol): Convert K&R
	function definition.

  Maciej

binutils-2.21-vax-knr.patch
Index: binutils-2.21/bfd/elf32-vax.c
===================================================================
--- binutils-2.21.orig/bfd/elf32-vax.c
+++ binutils-2.21/bfd/elf32-vax.c
@@ -910,9 +910,8 @@ elf_vax_gc_sweep_hook (bfd *abfd, struct
    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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]