diff options
Diffstat (limited to 'ld/emultempl/rxelf.em')
-rw-r--r-- | ld/emultempl/rxelf.em | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/emultempl/rxelf.em b/ld/emultempl/rxelf.em index 5998790..6386abd 100644 --- a/ld/emultempl/rxelf.em +++ b/ld/emultempl/rxelf.em @@ -25,6 +25,8 @@ test -z "$TARGET2_TYPE" && TARGET2_TYPE="rel" fragment <<EOF +#include "elf32-rx.h" + static bfd_boolean no_flag_mismatch_warnings = TRUE; static bfd_boolean ignore_lma = TRUE; @@ -86,3 +88,5 @@ PARSE_AND_LIST_ARGS_CASES=' ' LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS=rx_elf_create_output_section_statements + +LDEMUL_EXTRA_MAP_FILE_TEXT=rx_additional_link_map_text |