* config/mn10300/linux.mt: New file.
* configure.tgt: Add rule for am33 / mn10300-linux.
* mn10300-tdep.c, mn10300-tdep.h: Bump copyright year.
+2005-06-27 Michael Snyder <msnyder@redhat.com>
+
+ * config/mn10300/linux.mt: New file.
+ * configure.tgt: Add rule for am33 / mn10300-linux.
+ * mn10300-tdep.c, mn10300-tdep.h: Bump copyright year.
+
2005-06-27 Wu Zhou <woodzltc@cn.ibm.com>
* gdbtypes.c (get_discrete_bounds): Fix a comment typo.
--- /dev/null
+# Target: Matsushita mn10300 (AM33) running Linux
+TDEPFILES= mn10300-tdep.o solib.o solib-svr4.o
+
case "${target_cpu}" in
alpha*) gdb_target_cpu=alpha ;;
+am33_2.0*) gdb_target_cpu=mn10300 ;;
arm*) gdb_target_cpu=arm ;;
avr*) gdb_target_cpu=avr ;;
hppa*) gdb_target_cpu=pa ;;
alpha*-*-openbsd*) gdb_target=nbsd ;;
alpha*-*-*) gdb_target=alpha ;;
+# mn10300 / am33 liunux
+am33_2.0*-*-linux*) gdb_target=linux ;;
+
arm*-wince-pe) gdb_target=wince ;;
arm*-*-linux*) gdb_target=linux
build_gdbserver=yes
/* Target-dependent code for the Matsushita MN10300 for GDB, the GNU debugger.
- Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free
- Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+ Free Software Foundation, Inc.
This file is part of GDB.
/* Target-dependent interface for Matsushita MN10300 for GDB, the GNU debugger.
- Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free
- Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+ Free Software Foundation, Inc.
This file is part of GDB.