mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
Wed Jan 22 01:31:16 1997 Geoffrey Noer <noer@cygnus.com>
Start mn10200 gdb port by adding copies of mn10300 target-specific files with all instances of mn10300 changed to mn10200 to start with. * mn10200-tdep.c: new * config/mn10200/tm-mn10200.h: new, REGISTER_SIZE is 24 bits not 32, SP_REGNUM and FP_REGNUM are different, also no lar or lir. * config/mn10200/mn10200.mt: new * configure.tgt: add mn10200 entry
This commit is contained in:
parent
879b939859
commit
d9ecb24ce8
@ -7,6 +7,7 @@ Wed Jan 22 01:31:16 1997 Geoffrey Noer <noer@cygnus.com>
|
||||
* config/mn10200/tm-mn10200.h: new, REGISTER_SIZE is 24 bits not 32,
|
||||
SP_REGNUM and FP_REGNUM are different, also no lar or lir.
|
||||
* config/mn10200/mn10200.mt: new
|
||||
* configure.tgt: add mn10200 entry
|
||||
|
||||
Tue Jan 21 18:32:23 1997 Stu Grossman (grossman@lisa.cygnus.com)
|
||||
|
||||
|
@ -184,6 +184,7 @@ mips*-*-sysv*) gdb_target=bigmips ;;
|
||||
mips*-*-riscos*) gdb_target=bigmips ;;
|
||||
mips*-*-vxworks*) gdb_target=vxmips ;;
|
||||
|
||||
mn10200-*-*) gdb_target=mn10200 ;;
|
||||
mn10300-*-*) gdb_target=mn10300 ;;
|
||||
|
||||
none-*-*) gdb_target=none ;;
|
||||
|
Loading…
Reference in New Issue
Block a user