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]

Re: Patches for DLX support - the top level src directory patch attached


Hi Guys,

  I am forwarding this patch on behalf of Kuang Hwa Lin, who has
  recently had a patch to add support for the DLX target approved in
  binutils.   Can his patch to config.sub be applied please ?

Cheers
        Nick

2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>

	* config.sub: Add DLX support.

Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.33
diff -c -3 -p -w -r1.33 config.sub
*** config.sub	22 May 2002 18:36:13 -0000	1.33
--- config.sub	28 May 2002 14:28:33 -0000
*************** case $basic_machine in
*** 230,236 ****
  	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
  	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
  	| c4x | clipper \
! 	| d10v | d30v | dsp16xx \
  	| fr30 \
  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
  	| i370 | i860 | i960 | ia64 \
--- 230,236 ----
  	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
  	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
  	| c4x | clipper \
! 	| d10v | d30v | dlx | dsp16xx \
  	| fr30 \
  	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
  	| i370 | i860 | i960 | ia64 \
*************** case $basic_machine in
*** 286,292 ****
  	| bs2000-* \
  	| c[123]* | c30-* | [cjt]90-* | c54x-* \
  	| clipper-* | cydra-* \
! 	| d10v-* | d30v-* \
  	| elxsi-* \
  	| f30[01]-* | f700-* | fr30-* | fx80-* \
  	| h8300-* | h8500-* \
--- 286,292 ----
  	| bs2000-* \
  	| c[123]* | c30-* | [cjt]90-* | c54x-* \
  	| clipper-* | cydra-* \
! 	| d10v-* | d30v-* | dlx-* \
  	| elxsi-* \
  	| f30[01]-* | f700-* | fr30-* | fx80-* \
  	| h8300-* | h8500-* \


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