mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-10 09:59:06 +08:00
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.
This commit is contained in:
@ -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>
|
2014-03-15 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* ld-powerpc/vle-reloc-3.d: Remove addresses.
|
* ld-powerpc/vle-reloc-3.d: Remove addresses.
|
||||||
|
@ -106,6 +106,11 @@ if {[istarget mips64*-*-linux*] &&
|
|||||||
append gcc_gas_flag " -mabi=n32"
|
append gcc_gas_flag " -mabi=n32"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { [istarget rx-*-*] } {
|
||||||
|
global ASFLAGS
|
||||||
|
set ASFLAGS "-muse-conventional-section-names"
|
||||||
|
}
|
||||||
|
|
||||||
# load the utility procedures
|
# load the utility procedures
|
||||||
load_lib ld-lib.exp
|
load_lib ld-lib.exp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user