diff options
Diffstat (limited to 'ld/emultempl/gld960.em')
-rw-r--r-- | ld/emultempl/gld960.em | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ld/emultempl/gld960.em b/ld/emultempl/gld960.em index 8d98355..c61a061 100644 --- a/ld/emultempl/gld960.em +++ b/ld/emultempl/gld960.em @@ -1,7 +1,8 @@ # This shell script emits a C file. -*- C -*- # It does some substitutions. cat >e${EMULATION_NAME}.c <<EOF -/* Copyright 1991, 1992, 1994, 1999, 2000 Free Software Foundation, Inc. +/* Copyright 1991, 1992, 1994, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -38,6 +39,11 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307 #include "ldfile.h" #include "ldemul.h" +static void gld960_before_parse PARAMS ((void)); +static char *gld960_choose_target PARAMS ((void)); +static void gld960_set_output_arch PARAMS ((void)); +static char *gld960_get_script PARAMS ((int *)); + #ifdef GNU960 static void |