diff options
Diffstat (limited to 'ld/testsuite/ld-msp430-elf/msp430-elf.exp')
-rw-r--r-- | ld/testsuite/ld-msp430-elf/msp430-elf.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-msp430-elf/msp430-elf.exp b/ld/testsuite/ld-msp430-elf/msp430-elf.exp index c9d4bee..777b358 100644 --- a/ld/testsuite/ld-msp430-elf/msp430-elf.exp +++ b/ld/testsuite/ld-msp430-elf/msp430-elf.exp @@ -174,6 +174,8 @@ run_ld_link_tests $msp430eithershuffletests run_ld_link_tests $msp430warntests run_dump_test valid-map +run_ld_link_tests {{ "Check no reloc overflow with #lo and data in the upper region" + "-m msp430X" "" "" {reloc-lo-430x.s} {} "reloc-lo-430x"}} # Don't run data region tests if a data region is specified if {[string match "*-mdata-region*" [board_info [target_info name] multilib_flags]]} { |