mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +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)
|
||||
|
||||
* ser-go32.c: Clean up lots of compilation nits.
|
||||
|
@ -26,6 +26,7 @@ bigmips.mt
|
||||
decstation.mh
|
||||
decstation.mt
|
||||
idt.mt
|
||||
idtl.mt
|
||||
irix3.mh
|
||||
irix3.mt
|
||||
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-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-sgi-*) gdb_target=irix3 ;;
|
||||
mips-sony-*) gdb_target=bigmips ;;
|
||||
|
Reference in New Issue
Block a user