diff options
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r-- | ld/emultempl/aix.em | 2 |
1 files changed, 2 insertions, 0 deletions
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; |