From f8a52b59238d1947546fab1c04406a768e4cba99 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 1 Feb 2008 17:58:48 +0000 Subject: 2008-01-31 Marc Gauthier 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. --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'bfd') 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 + + * config.bfd (xtensa*-*-*): Recognize processor variants. + 2008-01-31 Nick Clifton 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 ;; -- cgit v1.1