This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Addition of TI C54x target


config.sub patch has been sent


Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ChangeLog,v
retrieving revision 1.54
diff -d -c -p -b -w -r1.54 ChangeLog
*** ChangeLog	2000/06/07 21:31:48	1.54
--- ChangeLog	2000/06/19 20:53:41
***************
*** 1,3 ****
--- 1,8 ----
+ 2000-06-19  Timothy Wall  <twall@cygnus.com>
+ 
+ 	* configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
+ 	* config.sub: Add tic54x target.
+ 
  2000-06-07  Phillip Thomas  <pthomas@suse.de>
  
  	* README-maintainer-mode: New file: Contains notes on using
Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.10
diff -d -c -p -b -w -r1.10 config.sub
*** config.sub	2000/05/30 09:08:59	1.10
--- config.sub	2000/06/19 20:53:41
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
  #   Free Software Foundation, Inc.
  
! version='2000-05-30'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
--- 3,9 ----
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
  #   Free Software Foundation, Inc.
  
! version='2000-06-04'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
*************** case $basic_machine in
*** 257,263 ****
  	      | f301-* | armv*-* | s390-* | sv1-* | t3e-* \
  	      | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
  	      | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
! 	      | bs2000-*)
  		;;
  	# Recognize the various machine names and aliases which stand
  	# for a CPU type and a company and sometimes even an OS.
--- 257,263 ----
  	      | f301-* | armv*-* | s390-* | sv1-* | t3e-* \
  	      | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
  	      | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
! 	      | bs2000-* | tic54x-* | c54x-*)
  		;;
  	# Recognize the various machine names and aliases which stand
  	# for a CPU type and a company and sometimes even an OS.
*************** case $basic_machine in
*** 785,790 ****
--- 785,794 ----
  	symmetry)
  		basic_machine=i386-sequent
  		os=-dynix
+ 		;;
+         tic54x | c54x*)
+ 		basic_machine=tic54x-unknown
+ 		os=-coff
  		;;
  	t3e)
  		basic_machine=t3e-cray
Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.14
diff -d -c -p -b -w -r1.14 configure.in
*** configure.in	2000/05/18 16:58:06	1.14
--- configure.in	2000/06/19 20:53:43
*************** case "${target}" in
*** 613,618 ****
--- 613,621 ----
    c4x-*-*)
      noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
      ;;
+   c54x*-*-* | tic54x-*-*)
+     noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss gcc gdb newlib"
+     ;;
    thumb-*-coff)
      noconfigdirs="$noconfigdirs target-libgloss"
      ;;

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