aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-06-28 00:17:50 +0000
committerMichael Snyder <msnyder@vmware.com>2005-06-28 00:17:50 +0000
commit63a09be56ee011e140669c190ef0080fbdd108ca (patch)
tree7ef0bbec379353ae49179f10b6c81c04062211f0 /gdb
parent10e34f7ca39af58aa7c73a2582c179eac41fbbb0 (diff)
downloadfsf-binutils-gdb-63a09be56ee011e140669c190ef0080fbdd108ca.zip
fsf-binutils-gdb-63a09be56ee011e140669c190ef0080fbdd108ca.tar.gz
fsf-binutils-gdb-63a09be56ee011e140669c190ef0080fbdd108ca.tar.bz2
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/config/mn10300/linux.mt3
-rw-r--r--gdb/configure.tgt4
-rw-r--r--gdb/mn10300-tdep.c4
-rw-r--r--gdb/mn10300-tdep.h4
5 files changed, 17 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7fc768b..2d16d8f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+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.
diff --git a/gdb/config/mn10300/linux.mt b/gdb/config/mn10300/linux.mt
new file mode 100644
index 0000000..aa47c29
--- /dev/null
+++ b/gdb/config/mn10300/linux.mt
@@ -0,0 +1,3 @@
+# Target: Matsushita mn10300 (AM33) running Linux
+TDEPFILES= mn10300-tdep.o solib.o solib-svr4.o
+
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index f562e9b..ad7795c 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -11,6 +11,7 @@
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 ;;
@@ -47,6 +48,9 @@ alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
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
diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c
index 6846fa7..d4daeba 100644
--- a/gdb/mn10300-tdep.c
+++ b/gdb/mn10300-tdep.c
@@ -1,7 +1,7 @@
/* 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.
diff --git a/gdb/mn10300-tdep.h b/gdb/mn10300-tdep.h
index 22b2e3f..baabfb6 100644
--- a/gdb/mn10300-tdep.h
+++ b/gdb/mn10300-tdep.h
@@ -1,7 +1,7 @@
/* 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.