diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-02-01 17:58:48 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-02-01 17:58:48 +0000 |
commit | f8a52b59238d1947546fab1c04406a768e4cba99 (patch) | |
tree | 723cc6eac0a81fd84e68ffdece0b859de0c9e958 /ld | |
parent | 98deb0daaefbe4fd9a2664a636aa71fb8aa678dd (diff) | |
download | gdb-f8a52b59238d1947546fab1c04406a768e4cba99.zip gdb-f8a52b59238d1947546fab1c04406a768e4cba99.tar.gz gdb-f8a52b59238d1947546fab1c04406a768e4cba99.tar.bz2 |
2008-01-31 Marc Gauthier <marc@tensilica.com>
bfd/
* config.bfd (xtensa*-*-*): Recognize processor variants.
gas/
* configure.tgt (xtensa*-*-*): Recognize processor variants.
gas/testsuite/
* gas/all/gas.exp: Recognize Xtensa processor variants.
* gas/elf/elf.exp: Likewise.
* gas/lns/lns.exp: Likewise.
ld/
* configure.tgt (xtensa*-*-*): Recognize processor variants.
ld/testsuite/
* ld-elf/merge.d: Recognize Xtensa processor variants.
* ld-xtensa/coalesce.exp: Likewise.
* ld-xtensa/lcall.exp: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 2 | ||||
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/merge.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-xtensa/coalesce.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-xtensa/lcall.exp | 2 |
6 files changed, 14 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 53a9b88..0d64892 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2008-01-31 Marc Gauthier <marc@tensilica.com> + + * configure.tgt (xtensa*-*-*): Recognize processor variants. + 2008-01-28 Fabian Groffen <grobian@gentoo.org> * configure.tgt (x86_64-*-solaris2): Add support for this target. diff --git a/ld/configure.tgt b/ld/configure.tgt index 0f3a454..03143d8 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -626,7 +626,7 @@ xc16x-*-elf) targ_emul=elf32xc16x ;; xstormy16-*-*) targ_emul=elf32xstormy16 ;; -xtensa-*-*) targ_emul=elf32xtensa +xtensa*-*-*) targ_emul=elf32xtensa ;; z80-*-coff) targ_emul=z80 ;; diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 8879a4a..a2596f5 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-01-31 Marc Gauthier <marc@tensilica.com> + + * ld-elf/merge.d: Recognize Xtensa processor variants. + * ld-xtensa/coalesce.exp: Likewise. + * ld-xtensa/lcall.exp: Likewise. + 2008-01-28 Petr Muller <pmuller@redhat.com> * ld-elfvers/vers.exp (test_ar): Sort the expected output so that diff --git a/ld/testsuite/ld-elf/merge.d b/ld/testsuite/ld-elf/merge.d index bc5a7b2..4a7eefc 100644 --- a/ld/testsuite/ld-elf/merge.d +++ b/ld/testsuite/ld-elf/merge.d @@ -5,7 +5,7 @@ #xfail: "dlx-*-*" "fr30-*-*" "frv-*-*" "hppa*-*-*" "h8300-*-*" "score-*-*" #xfail: "i370-*-*" "i860-*-*" "i960-*-*" "ip2k-*-*" "iq2000-*-*" #xfail: "mcore-*-*" "mn102*-*-*" "mips*-*-*" "ms1-*-*" "msp430-*-*" -#xfail: "or32-*-*" "pj-*-*" "sparc*-*-*" "vax-*-*" "xstormy16-*-*" "xtensa-*-*" +#xfail: "or32-*-*" "pj-*-*" "sparc*-*-*" "vax-*-*" "xstormy16-*-*" "xtensa*-*-*" .*: file format .*elf.* diff --git a/ld/testsuite/ld-xtensa/coalesce.exp b/ld/testsuite/ld-xtensa/coalesce.exp index 350b8fb9..c54e276 100644 --- a/ld/testsuite/ld-xtensa/coalesce.exp +++ b/ld/testsuite/ld-xtensa/coalesce.exp @@ -20,7 +20,7 @@ # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, # MA 02110-1301, USA. -if ![istarget "xtensa-*-*"] { +if ![istarget "xtensa*-*-*"] { return } diff --git a/ld/testsuite/ld-xtensa/lcall.exp b/ld/testsuite/ld-xtensa/lcall.exp index 28f0ee5..6ab19b8 100644 --- a/ld/testsuite/ld-xtensa/lcall.exp +++ b/ld/testsuite/ld-xtensa/lcall.exp @@ -20,7 +20,7 @@ # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, # MA 02110-1301, USA. -if ![istarget "xtensa-*-*"] { +if ![istarget "xtensa*-*-*"] { return } |