mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 16:46:14 +08:00
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.
This commit is contained in:
@ -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>
|
2008-01-31 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR ld/5692
|
PR ld/5692
|
||||||
|
@ -1474,7 +1474,7 @@ case "${targ}" in
|
|||||||
targ_defvec=bfd_elf32_xstormy16_vec
|
targ_defvec=bfd_elf32_xstormy16_vec
|
||||||
;;
|
;;
|
||||||
|
|
||||||
xtensa-*-*)
|
xtensa*-*-*)
|
||||||
targ_defvec=bfd_elf32_xtensa_le_vec
|
targ_defvec=bfd_elf32_xtensa_le_vec
|
||||||
targ_selvecs=bfd_elf32_xtensa_be_vec
|
targ_selvecs=bfd_elf32_xtensa_be_vec
|
||||||
;;
|
;;
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-31 Marc Gauthier <marc@tensilica.com>
|
||||||
|
|
||||||
|
* configure.tgt (xtensa*-*-*): Recognize processor variants.
|
||||||
|
|
||||||
2008-01-25 Kai Tietz <kai.tietz@onevision.com>
|
2008-01-25 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
* read.c: (emit_expr): Correct for mingw use of printf size
|
* read.c: (emit_expr): Correct for mingw use of printf size
|
||||||
|
@ -392,7 +392,7 @@ case ${generic_target} in
|
|||||||
|
|
||||||
xstormy16-*-*) fmt=elf ;;
|
xstormy16-*-*) fmt=elf ;;
|
||||||
|
|
||||||
xtensa-*-*) fmt=elf ;;
|
xtensa*-*-*) fmt=elf ;;
|
||||||
|
|
||||||
z80-*-coff) fmt=coff ;;
|
z80-*-coff) fmt=coff ;;
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2008-01-31 Marc Gauthier <marc@tensilica.com>
|
||||||
|
|
||||||
|
* gas/all/gas.exp: Recognize Xtensa processor variants.
|
||||||
|
* gas/elf/elf.exp: Likewise.
|
||||||
|
* gas/lns/lns.exp: Likewise.
|
||||||
|
|
||||||
2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
|
2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* gas/cfi/cfi-alpha-1.d: Replace DW_CFA_def_cfa_reg with
|
* gas/cfi/cfi-alpha-1.d: Replace DW_CFA_def_cfa_reg with
|
||||||
|
@ -75,7 +75,7 @@ case $target_triplet in {
|
|||||||
# Some targets don't manage to resolve BFD_RELOC_8 for constants.
|
# Some targets don't manage to resolve BFD_RELOC_8 for constants.
|
||||||
setup_xfail "alpha*-*-*" "avr-*-*" "*c30*-*-*" "*c4x*-*-*" \
|
setup_xfail "alpha*-*-*" "avr-*-*" "*c30*-*-*" "*c4x*-*-*" \
|
||||||
"d\[13\]0v*-*-*" "i860-*-*" "mips*-*-*" "msp430-*-*" \
|
"d\[13\]0v*-*-*" "i860-*-*" "mips*-*-*" "msp430-*-*" \
|
||||||
"pdp11-*-*" "sparc*-*-*" "xtensa-*-*"
|
"pdp11-*-*" "sparc*-*-*" "xtensa*-*-*"
|
||||||
run_dump_test forward
|
run_dump_test forward
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@ if { ([istarget "*-*-*elf*"]
|
|||||||
if {[istarget "score-*-*"]} then {
|
if {[istarget "score-*-*"]} then {
|
||||||
set target_machine -score
|
set target_machine -score
|
||||||
}
|
}
|
||||||
if {[istarget "xtensa-*-*"]} then {
|
if {[istarget "xtensa*-*-*"]} then {
|
||||||
set target_machine -xtensa
|
set target_machine -xtensa
|
||||||
}
|
}
|
||||||
if { ([istarget "*arm*-*-*"]
|
if { ([istarget "*arm*-*-*"]
|
||||||
|
@ -20,7 +20,7 @@ if {
|
|||||||
&& ![istarget s390*-*-*]
|
&& ![istarget s390*-*-*]
|
||||||
} {
|
} {
|
||||||
# Use alternate file for targets using DW_LNS_fixed_advance_pc opcodes.
|
# Use alternate file for targets using DW_LNS_fixed_advance_pc opcodes.
|
||||||
if { [istarget xtensa-*-*] } {
|
if { [istarget xtensa*-*-*] } {
|
||||||
run_dump_test "lns-common-1-alt"
|
run_dump_test "lns-common-1-alt"
|
||||||
run_dump_test "lns-big-delta"
|
run_dump_test "lns-big-delta"
|
||||||
} elseif { [istarget ia64*-*-*] } {
|
} elseif { [istarget ia64*-*-*] } {
|
||||||
|
@ -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>
|
2008-01-28 Fabian Groffen <grobian@gentoo.org>
|
||||||
|
|
||||||
* configure.tgt (x86_64-*-solaris2): Add support for this target.
|
* configure.tgt (x86_64-*-solaris2): Add support for this target.
|
||||||
|
@ -626,7 +626,7 @@ xc16x-*-elf) targ_emul=elf32xc16x
|
|||||||
;;
|
;;
|
||||||
xstormy16-*-*) targ_emul=elf32xstormy16
|
xstormy16-*-*) targ_emul=elf32xstormy16
|
||||||
;;
|
;;
|
||||||
xtensa-*-*) targ_emul=elf32xtensa
|
xtensa*-*-*) targ_emul=elf32xtensa
|
||||||
;;
|
;;
|
||||||
z80-*-coff) targ_emul=z80
|
z80-*-coff) targ_emul=z80
|
||||||
;;
|
;;
|
||||||
|
@ -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>
|
2008-01-28 Petr Muller <pmuller@redhat.com>
|
||||||
|
|
||||||
* ld-elfvers/vers.exp (test_ar): Sort the expected output so that
|
* ld-elfvers/vers.exp (test_ar): Sort the expected output so that
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#xfail: "dlx-*-*" "fr30-*-*" "frv-*-*" "hppa*-*-*" "h8300-*-*" "score-*-*"
|
#xfail: "dlx-*-*" "fr30-*-*" "frv-*-*" "hppa*-*-*" "h8300-*-*" "score-*-*"
|
||||||
#xfail: "i370-*-*" "i860-*-*" "i960-*-*" "ip2k-*-*" "iq2000-*-*"
|
#xfail: "i370-*-*" "i860-*-*" "i960-*-*" "ip2k-*-*" "iq2000-*-*"
|
||||||
#xfail: "mcore-*-*" "mn102*-*-*" "mips*-*-*" "ms1-*-*" "msp430-*-*"
|
#xfail: "mcore-*-*" "mn102*-*-*" "mips*-*-*" "ms1-*-*" "msp430-*-*"
|
||||||
#xfail: "or32-*-*" "pj-*-*" "sparc*-*-*" "vax-*-*" "xstormy16-*-*" "xtensa-*-*"
|
#xfail: "or32-*-*" "pj-*-*" "sparc*-*-*" "vax-*-*" "xstormy16-*-*" "xtensa*-*-*"
|
||||||
|
|
||||||
.*: file format .*elf.*
|
.*: file format .*elf.*
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||||
# MA 02110-1301, USA.
|
# MA 02110-1301, USA.
|
||||||
|
|
||||||
if ![istarget "xtensa-*-*"] {
|
if ![istarget "xtensa*-*-*"] {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||||
# MA 02110-1301, USA.
|
# MA 02110-1301, USA.
|
||||||
|
|
||||||
if ![istarget "xtensa-*-*"] {
|
if ![istarget "xtensa*-*-*"] {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user