From 738108961e787eb4c419a993bb596fd6d990c01d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 9 Aug 2001 14:44:18 +0000 Subject: [PATCH] * emultempl/elf32.em (output_prev_sec_find): Add missing prototype. --- ld/ChangeLog | 2 ++ ld/emultempl/elf32.em | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 683c6eed9e..b0ca8a4152 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,7 @@ 2001-08-09 Alan Modra + * emultempl/elf32.em (output_prev_sec_find): Add missing prototype. + * scripttempl/elf.sc: Move non-text .dynamic section before .plt/.got/.sdata* group. (OTHER_GOT_SECTIONS): Move to immediately after .got. diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index a305888c3e..fff17f6a62 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -71,6 +71,8 @@ static void gld${EMULATION_NAME}_before_allocation PARAMS ((void)); static boolean gld${EMULATION_NAME}_open_dynamic_archive PARAMS ((const char *, search_dirs_type *, lang_input_statement_type *)); static lang_output_section_statement_type *output_rel_find PARAMS ((void)); +static asection *output_prev_sec_find + PARAMS ((lang_output_section_statement_type *)); static boolean gld${EMULATION_NAME}_place_orphan PARAMS ((lang_input_statement_type *, asection *)); static char *gld${EMULATION_NAME}_get_script PARAMS ((int *isfile)); -- 2.34.1