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]

[PATCH] Remove sh-hms target



The sh-hms target wasn't really doing anything different from sh-elf for what
gdb was concerned. It built exactly the same set of files.


Elena


2002-05-13  Elena Zannoni  <ezannoni@redhat.com>

	* configure.tgt: Remove sh-hms target.
	* MAINTAINERS: Don't list sh-hms as a separate target.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/uberbaum/gdb/MAINTAINERS,v
retrieving revision 1.172
diff -u -p -r1.172 MAINTAINERS
--- MAINTAINERS	11 May 2002 14:18:14 -0000	1.172
+++ MAINTAINERS	13 May 2002 23:22:07 -0000
@@ -154,7 +154,7 @@ maintainer works with the native maintai
 	s390		--target=s390-linux ,-Werror
 			(contact DJ Barrow	djbarrow@de.ibm.com)
 
-	sh		--target=sh-hms,sh-elf -w
+	sh		--target=sh-elf -w
 			Elena Zannoni		ezannoni@redhat.com
 
 	sparc		--target=sparc-elf,sparc64-elf ,-Werror

Index: configure.tgt
===================================================================
RCS file: /cvs/uberbaum/gdb/configure.tgt,v
retrieving revision 1.62
diff -u -p -r1.62 configure.tgt
--- configure.tgt	12 May 2002 15:07:41 -0000	1.62
+++ configure.tgt	13 May 2002 23:22:24 -0000
@@ -245,7 +245,6 @@ s390x-*-*)		gdb_target=s390x
 			;;
 
 sh*-*-pe)		gdb_target=wince ;;
-sh-*-hms)		gdb_target=embed ;;
 sh-*-coff*)		gdb_target=embed ;;
 sh-*-elf*)		gdb_target=embed ;;
 sh-*-linux*)		gdb_target=linux


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