* emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Enable
[binutils-gdb.git] / ld / emultempl / needrelax.em
index 5e052c0772af8ced1f1d6130fb86f8c91564d009..65e622bee740eb98ac996a51a08d565a034863c7 100644 (file)
@@ -25,10 +25,8 @@ LDEMUL_BEFORE_ALLOCATION=need_relax_${EMULATION_NAME}_before_allocation
 
 cat >>e${EMULATION_NAME}.c <<EOF
 
-static void need_relax_${EMULATION_NAME}_before_allocation PARAMS ((void));
-
 static void
-need_relax_${EMULATION_NAME}_before_allocation ()
+need_relax_${EMULATION_NAME}_before_allocation (void)
 {
   /* Call main function; we're just extending it.  */
   gld${EMULATION_NAME}_before_allocation ();