From 48f6162b7a9b06568456420cb733af093dc21de5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 3 Sep 2001 06:43:37 +0000 Subject: [PATCH] * 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. --- ld/ChangeLog | 14 ++++++++++++++ ld/emulparams/elf64alpha.sh | 2 +- ld/emultempl/aix.em | 2 ++ ld/emultempl/armcoff.em | 3 ++- ld/emultempl/armelf_oabi.em | 3 ++- ld/emultempl/beos.em | 5 +++++ ld/emultempl/gld960.em | 8 +++++++- ld/emultempl/gld960c.em | 7 ++++++- ld/emultempl/lnk960.em | 14 +++++++++++++- ld/emultempl/vanilla.em | 7 ++++++- 10 files changed, 58 insertions(+), 7 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 4d305cb..4366d84 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,17 @@ +2001-09-02 Andreas Jaeger + + * 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. + 2001-08-31 Eric Christopher Jason Eckhardt diff --git a/ld/emulparams/elf64alpha.sh b/ld/emulparams/elf64alpha.sh index 5c69816..f31a38c 100644 --- a/ld/emulparams/elf64alpha.sh +++ b/ld/emulparams/elf64alpha.sh @@ -24,7 +24,7 @@ PARSE_AND_LIST_PROLOGUE=' static int elf64alpha_32bit = 0; struct ld_emulation_xfer_struct ld_elf64alpha_emulation; -static void gld_elf64alpha_finish (); +static void gld_elf64alpha_finish PARAMS ((void)); ' PARSE_AND_LIST_LONGOPTS=' diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index db3ea4c..3d1c018 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -65,6 +65,8 @@ static void gld${EMULATION_NAME}_find_relocs PARAMS ((lang_statement_union_type *)); static void gld${EMULATION_NAME}_find_exp_assignment PARAMS ((etree_type *)); static char *gld${EMULATION_NAME}_get_script PARAMS ((int *isfile)); +static boolean gld${EMULATION_NAME}_unrecognized_file + PARAMS ((lang_input_statement_type *)); /* The file alignment required for each section. */ static unsigned long file_align; diff --git a/ld/emultempl/armcoff.em b/ld/emultempl/armcoff.em index ab70843..783efa9 100644 --- a/ld/emultempl/armcoff.em +++ b/ld/emultempl/armcoff.em @@ -4,7 +4,7 @@ cat >e${EMULATION_NAME}.c <e${EMULATION_NAME}.c <e${EMULATION_NAME}.c <e${EMULATION_NAME}.c <e${EMULATION_NAME}.c <e${EMULATION_NAME}.c <