* emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
authorAlan Modra <amodra@gmail.com>
Thu, 9 Aug 2001 14:44:18 +0000 (14:44 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 9 Aug 2001 14:44:18 +0000 (14:44 +0000)
ld/ChangeLog
ld/emultempl/elf32.em

index 683c6eed9e559f99a9f71c6d61f20db4f1ce3270..b0ca8a415285d29e901e498389d90f9b7f118327 100644 (file)
@@ -1,5 +1,7 @@
 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
 
+       * 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.
index a305888c3eb7d1a9737de10e8c8c58d0b5ba7af5..fff17f6a62d90793eb6ae91f398aeb8e1ab6aaf0 100644 (file)
@@ -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));
This page took 0.029475 seconds and 4 git commands to generate.