aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/armelf_oabi.em
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-09-03 06:43:37 +0000
committerAndreas Jaeger <aj@suse.de>2001-09-03 06:43:37 +0000
commit48f6162b7a9b06568456420cb733af093dc21de5 (patch)
treeec6db210369dc8d77d368811716027ae86e5652b /ld/emultempl/armelf_oabi.em
parentb21baa6f959cfde684ea7d8e1399fe25fbfb3173 (diff)
downloadgdb-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/armelf_oabi.em')
-rw-r--r--ld/emultempl/armelf_oabi.em3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/emultempl/armelf_oabi.em b/ld/emultempl/armelf_oabi.em
index 1f2deb3..b0c5669 100644
--- a/ld/emultempl/armelf_oabi.em
+++ b/ld/emultempl/armelf_oabi.em
@@ -4,7 +4,7 @@ cat >e${EMULATION_NAME}.c <<EOF
/* This file is is generated by a shell script. DO NOT EDIT! */
/* emulate the original gld for the given ${EMULATION_NAME}
- Copyright 1991, 1993, 1996, 1997, 1998, 1999, 2000
+ Copyright 1991, 1993, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Written by Steve Chamberlain steve@cygnus.com
@@ -50,6 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
static void gld${EMULATION_NAME}_before_parse PARAMS ((void));
static void gld${EMULATION_NAME}_before_allocation PARAMS ((void));
static char *gld${EMULATION_NAME}_get_script PARAMS ((int *isfile));
+static void gld${EMULATION_NAME}_after_open PARAMS ((void));
static void
gld${EMULATION_NAME}_before_parse ()