diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-09 14:44:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-09 14:44:18 +0000 |
commit | 738108961e787eb4c419a993bb596fd6d990c01d (patch) | |
tree | 726f95306f5f5fea5f1cc6f2133cd17912665250 /ld/emultempl/elf32.em | |
parent | 8d28c9d7bee620b6a40001772dad8a1ec3448c49 (diff) | |
download | gdb-738108961e787eb4c419a993bb596fd6d990c01d.zip gdb-738108961e787eb4c419a993bb596fd6d990c01d.tar.gz gdb-738108961e787eb4c419a993bb596fd6d990c01d.tar.bz2 |
* emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
Diffstat (limited to 'ld/emultempl/elf32.em')
-rw-r--r-- | ld/emultempl/elf32.em | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index a305888..fff17f6 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)); |