diff options
Diffstat (limited to 'ld/emultempl/needrelax.em')
-rw-r--r-- | ld/emultempl/needrelax.em | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld/emultempl/needrelax.em b/ld/emultempl/needrelax.em index 5e052c0..65e622b 100644 --- a/ld/emultempl/needrelax.em +++ b/ld/emultempl/needrelax.em @@ -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 (); |