From: Nick Clifton Date: Wed, 19 Mar 2014 12:21:39 +0000 (+0000) Subject: Fix RX linker testsuite failures by making the assembler use conventional section... X-Git-Tag: gdb-7.8-release~792 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e57190430e09d0df5c2277a527eb2bed4328fd6c;p=thirdparty%2Fbinutils-gdb.git Fix RX linker testsuite failures by making the assembler use conventional section names. * config/default.exp (ASFLAGS): For the RX target add: -muse-conventional-section-names. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f301b628bff..cc62e0e99c9 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-03-19 Nick Clifton + + * config/default.exp (ASFLAGS): For the RX target add: + -muse-conventional-section-names. + 2014-03-15 Alan Modra * ld-powerpc/vle-reloc-3.d: Remove addresses. diff --git a/ld/testsuite/config/default.exp b/ld/testsuite/config/default.exp index 9629ac3350c..a90e9d41065 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