diff options
author | Andreas Jaeger <aj@suse.de> | 2001-09-03 06:43:37 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-09-03 06:43:37 +0000 |
commit | 48f6162b7a9b06568456420cb733af093dc21de5 (patch) | |
tree | ec6db210369dc8d77d368811716027ae86e5652b /ld/emultempl/gld960c.em | |
parent | b21baa6f959cfde684ea7d8e1399fe25fbfb3173 (diff) | |
download | gdb-48f6162b7a9b06568456420cb733af093dc21de5.zip gdb-48f6162b7a9b06568456420cb733af093dc21de5.tar.gz gdb-48f6162b7a9b06568456420cb733af093dc21de5.tar.bz2 |
* emultempl/aix.em: Add missing prototype.
* emultempl/lnk960.em: Likewise.
* emultempl/vanilla.em: Likewise.
* emultempl/armcoff.em: Likewise.
* emultempl/armelf_oabi.em: Likewise.
* emultempl/beos.em: Likewise.
* emultempl/gld960c.em: Likewise.
* emultempl/gld960.em: Likewise.
* emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
for prototype declaration.
Diffstat (limited to 'ld/emultempl/gld960c.em')
-rw-r--r-- | ld/emultempl/gld960c.em | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/emultempl/gld960c.em b/ld/emultempl/gld960c.em index 48fd95d..46d6e87 100644 --- a/ld/emultempl/gld960c.em +++ b/ld/emultempl/gld960c.em @@ -1,7 +1,7 @@ # This shell script emits a C file. -*- C -*- # It does some substitutions. cat >e${EMULATION_NAME}.c <<EOF -/* Copyright 1991, 1993, 1994, 1996, 1999, 2000 +/* Copyright 1991, 1993, 1994, 1996, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GLD, the Gnu Linker. @@ -41,6 +41,11 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "ldfile.h" #include "ldemul.h" +static void gld960_before_parse PARAMS ((void)); +static void gld960_set_output_arch PARAMS ((void)); +static char *gld960_choose_target PARAMS ((void)); +static char *gld960_get_script PARAMS ((int *)); + #ifdef GNU960 static void |