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 /bfd | |
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 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 782c784..76b95d8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2008-01-31 Marc Gauthier <marc@tensilica.com> + + * config.bfd (xtensa*-*-*): Recognize processor variants. + 2008-01-31 Nick Clifton <nickc@redhat.com> PR ld/5692 diff --git a/bfd/config.bfd b/bfd/config.bfd index 69a70f6..e0df15f 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1474,7 +1474,7 @@ case "${targ}" in targ_defvec=bfd_elf32_xstormy16_vec ;; - xtensa-*-*) + xtensa*-*-*) targ_defvec=bfd_elf32_xtensa_le_vec targ_selvecs=bfd_elf32_xtensa_be_vec ;; |