mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* configure.in (mips-idt-ecoffl*): New target; use idtl.
(mips-idt-ecoff*): Added trailing '*'. * config/mips/idtl.mt: New file; like idt.mt, but little endian.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jun 4 10:43:33 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* configure.in (mips-idt-ecoffl*): New target; use idtl.
|
||||||
|
(mips-idt-ecoff*): Added trailing '*'.
|
||||||
|
* config/mips/idtl.mt: New file; like idt.mt, but little endian.
|
||||||
|
|
||||||
Thu Jun 3 17:36:56 1993 Stu Grossman (grossman@cygnus.com)
|
Thu Jun 3 17:36:56 1993 Stu Grossman (grossman@cygnus.com)
|
||||||
|
|
||||||
* ser-go32.c: Clean up lots of compilation nits.
|
* ser-go32.c: Clean up lots of compilation nits.
|
||||||
|
@ -26,6 +26,7 @@ bigmips.mt
|
|||||||
decstation.mh
|
decstation.mh
|
||||||
decstation.mt
|
decstation.mt
|
||||||
idt.mt
|
idt.mt
|
||||||
|
idtl.mt
|
||||||
irix3.mh
|
irix3.mh
|
||||||
irix3.mt
|
irix3.mt
|
||||||
irix4.mh
|
irix4.mh
|
||||||
|
3
gdb/config/mips/idtl.mt
Normal file
3
gdb/config/mips/idtl.mt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Target: Big-endian IDT board.
|
||||||
|
TDEPFILES= mips-pinsn.o mips-tdep.o exec.o remote-mips.o
|
||||||
|
TM_FILE= tm-mips.h
|
@ -220,7 +220,8 @@ m88k-*-*) gdb_target=m88k ;;
|
|||||||
|
|
||||||
mips-big-*) gdb_target=bigmips ;;
|
mips-big-*) gdb_target=bigmips ;;
|
||||||
mips-dec-*) gdb_target=decstation ;;
|
mips-dec-*) gdb_target=decstation ;;
|
||||||
mips-idt-ecoff) gdb_target=idt ;;
|
mips-idt-ecoffl*) gdb_target=idtl ;;
|
||||||
|
mips-idt-ecoff*) gdb_target=idt ;;
|
||||||
mips-little-*) gdb_target=littlemips ;;
|
mips-little-*) gdb_target=littlemips ;;
|
||||||
mips-sgi-*) gdb_target=irix3 ;;
|
mips-sgi-*) gdb_target=irix3 ;;
|
||||||
mips-sony-*) gdb_target=bigmips ;;
|
mips-sony-*) gdb_target=bigmips ;;
|
||||||
|
Reference in New Issue
Block a user