This is the mail archive of the gdb-patches@sourceware.org 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] New target cr16 - config patch]



Hi,


The below config patch approved and checked it into the master
repository on 28 Jun 2007.

-------- Original Message --------
Subject: [patch] New target cr16 - config patch
Date: Tue, 26 Jun 2007 17:13:33 +0530
From: M R Swami Reddy <MR.Swami.Reddy@nsc.com>
To: config-patches@gnu.org

Hi,

I have added a new target "cr16" support to binutils 2.17.50 sources.
For this new target support, the config.sub file have been changed.

Please review the attached config patch (File name: cr16-config.sub.patch)
and approve the same.

Thanks,
Swami

*** binutils-2.17.50/config.sub	2007-02-06 00:40:45.000000000 +0530
--- binutils-2.17.50-cr16/config.sub	2007-06-26 16:57:46.000000000 +0530
*************** case $basic_machine in
*** 469,474 ****
--- 469,478 ----
  		basic_machine=c38-convex
  		os=-bsd
  		;;
+ 	cr16)
+ 		basic_machine=cr16-unknown
+ 		os=-elf
+ 		;;
  	cray | j90)
  		basic_machine=j90-cray
  		os=-unicos


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