diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/config/default.exp | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f301b62..cc62e0e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-03-19 Nick Clifton <nickc@redhat.com> + + * config/default.exp (ASFLAGS): For the RX target add: + -muse-conventional-section-names. + 2014-03-15 Alan Modra <amodra@gmail.com> * ld-powerpc/vle-reloc-3.d: Remove addresses. diff --git a/ld/testsuite/config/default.exp b/ld/testsuite/config/default.exp index 9629ac3..a90e9d4 100644 --- a/ld/testsuite/config/default.exp +++ b/ld/testsuite/config/default.exp @@ -106,6 +106,11 @@ if {[istarget mips64*-*-linux*] && append gcc_gas_flag " -mabi=n32" } +if { [istarget rx-*-*] } { + global ASFLAGS + set ASFLAGS "-muse-conventional-section-names" +} + # load the utility procedures load_lib ld-lib.exp |