diff options
Diffstat (limited to 'ld/emultempl/mmixelf.em')
-rw-r--r-- | ld/emultempl/mmixelf.em | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ld/emultempl/mmixelf.em b/ld/emultempl/mmixelf.em index 80d2d94..7cdae55 100644 --- a/ld/emultempl/mmixelf.em +++ b/ld/emultempl/mmixelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2001, 2002 Free Software Foundation, Inc. +# Copyright 2001, 2002, 2003 Free Software Foundation, Inc. # # This file is part of GLD, the Gnu Linker. # @@ -26,10 +26,8 @@ cat >>e${EMULATION_NAME}.c <<EOF #line 29 "${srcdir}/emultempl/elfmmix.em" -static void elfmmix_before_parse PARAMS ((void)); - static void -elfmmix_before_parse () +elfmmix_before_parse (void) { gld${EMULATION_NAME}_before_parse (); |