Wed Jan 22 01:31:16 1997 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Wed, 22 Jan 1997 10:38:01 +0000 (10:38 +0000)
committerGeoffrey Noer <noer@cygnus>
Wed, 22 Jan 1997 10:38:01 +0000 (10:38 +0000)
        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

gdb/ChangeLog
gdb/configure.tgt

index d4c463b..64ba23d 100644 (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)
 
index 64961f4..fd784f3 100644 (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 ;;