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/testsuite | |
parent | 8f531a8d1f9b9b9061368ddd89d1b7e7aafe9e38 (diff) | |
download | gdb-8d3c78e473c2af54c8117808f2459a408f9f6327.zip gdb-8d3c78e473c2af54c8117808f2459a408f9f6327.tar.gz gdb-8d3c78e473c2af54c8117808f2459a408f9f6327.tar.bz2 |
rx: Add target rx-*-linux.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/lib/binutils-common.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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] } { |