diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2018-11-07 17:16:56 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2018-11-07 17:18:05 +0900 |
commit | 8d3c78e473c2af54c8117808f2459a408f9f6327 (patch) | |
tree | a357bad217bc2fa52efc23af3fc5b23ac139df26 /binutils | |
parent | 8f531a8d1f9b9b9061368ddd89d1b7e7aafe9e38 (diff) | |
download | gdb-8d3c78e473c2af54c8117808f2459a408f9f6327.zip gdb-8d3c78e473c2af54c8117808f2459a408f9f6327.tar.gz gdb-8d3c78e473c2af54c8117808f2459a408f9f6327.tar.bz2 |
rx: Add target rx-*-linux.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/lib/binutils-common.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f484f92..8964c96 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2018-11-07 Yoshinori Sato <ysato@users.sourceforge.jp> + * testsuite/lib/binutils-common.exp: Special section name + use only rx-*-elf. + 2018-11-06 H.J. Lu <hongjiu.lu@intel.com> * doc/binutils.texi: Document --enable-x86-feature and diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp index fcd2c8e..f1a1531 100644 --- a/binutils/testsuite/lib/binutils-common.exp +++ b/binutils/testsuite/lib/binutils-common.exp @@ -1359,7 +1359,7 @@ proc big_or_little_endian {} { # Internal procedure: return the names of the standard sections # proc get_standard_section_names {} { - if [istarget "rx-*-*"] { + if [istarget "rx-*-elf"] { return { "P" "D_1" "B_1" } } if { [istarget "alpha*-*-*vms*"] || [is_som_format] } { |