This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

m68k-rtems*


Hi,

The patch below restores m68k-rtems support, which somehow seems to have
gone lost in gdb, some (very long) time ago :).

I'd politely ask you to apply this patch to cvs-head and gdb-6_3-branch.

TIA,
	Ralf

2005-03-18  Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.tgt: Add m68*-*-rtems*.


Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.160
diff -u -r1.160 configure.tgt
--- configure.tgt	8 Mar 2005 08:59:46 -0000	1.160
+++ configure.tgt	18 Mar 2005 09:36:14 -0000
@@ -114,6 +114,7 @@
 m68*-*-aout*)		gdb_target=monitor ;;
 m68*-*-coff*)		gdb_target=monitor ;;
 m68*-*-elf*)		gdb_target=monitor ;;
+m68*-*-rtems*)		gdb_target=monitor ;;
 m68*-*-linux*)		gdb_target=linux
 			build_gdbserver=yes
 			;;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]