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:
Geoffrey Noer 1997-01-22 10:38:01 +00:00
parent 879b939859
commit d9ecb24ce8
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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 ;;