mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
2003-05-02 Chris Demetriou <cgd@broadcom.com>
* gas/mips/mips.exp (mips_arch_init): Reimplement in a way that's safe with ancient versions of tcl/expect.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-02 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
|
* gas/mips/mips.exp (mips_arch_init): Reimplement in
|
||||||
|
a way that's safe with ancient versions of tcl/expect.
|
||||||
|
|
||||||
2003-05-01 Chris Demetriou <cgd@broadcom.com>
|
2003-05-01 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* gas/mips/mips.exp (mips_arch_init): New function.
|
* gas/mips/mips.exp (mips_arch_init): New function.
|
||||||
|
@ -84,7 +84,9 @@
|
|||||||
# to be empty.
|
# to be empty.
|
||||||
proc mips_arch_init {} {
|
proc mips_arch_init {} {
|
||||||
global mips_arches
|
global mips_arches
|
||||||
array unset mips_arches
|
|
||||||
|
# Catch becuase the variable won't be set the first time through.
|
||||||
|
catch {unset mips_arches}
|
||||||
}
|
}
|
||||||
|
|
||||||
# mips_arch_create ARCH GPRSIZE EXTENDS PROPS AS_FLAGS OBJDUMP_FLAGS \
|
# mips_arch_create ARCH GPRSIZE EXTENDS PROPS AS_FLAGS OBJDUMP_FLAGS \
|
||||||
|
Reference in New Issue
Block a user