public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: [RFA] New port: CR16: BFD Changes required by the gdb port
       [not found]           ` <50EC5D58.3010503@redhat.com>
@ 2013-01-15  9:24             ` Kaushik Phatak
  0 siblings, 0 replies; only message in thread
From: Kaushik Phatak @ 2013-01-15  9:24 UTC (permalink / raw)
  To: Pedro Alves; +Cc: binutils, gdb-patches, Joel Brobecker, gcc-patches

Hi Pedro, 

>> -  cr16-*-*)
>> -    noconfigdirs="$noconfigdirs gdb"
>> -    ;;
>> Dunno why these were removed with that merge.  The
>> ChangeLog entries brought in don't seen to mention these changes.

Thanks for looking this up.

The below patch includes these above entries into configure.ac and 
configure(regenerated). Not sure if this should be submitted to gcc-patches, 
adding them in cc. 

Additionally, I have tried to answer queries related to my gdbserver port here,
http://sourceware.org/ml/gdb-patches/2012-12/msg00832.html

Let me know if you have any comments on the same.

Thanks,
Kaushik

2013-01-15 Kaushik Phatak  <kaushik.phatak@kpitcummins.com>

	* configure.ac (cr16-*-*): Adding cr16 target.
	* configure (cr16-*-*): Regenerate.

Index: configure
===================================================================
RCS file: /cvs/src/src/configure,v
retrieving revision 1.440
diff -u -a -r1.440 configure
--- configure	16 Dec 2012 07:10:07 -0000	1.440
+++ configure	15 Jan 2013 07:30:06 -0000
@@ -3600,6 +3600,9 @@
   tic54x-*-*)
     noconfigdirs="$noconfigdirs target-libgloss gdb"
     ;;
+  cr16-*-*)
+    noconfigdirs="$noconfigdirs target-libgloss"
+    ;;
   d10v-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.184
diff -u -a -r1.184 configure.ac
--- configure.ac	16 Dec 2012 07:10:07 -0000	1.184
+++ configure.ac	15 Jan 2013 07:30:06 -0000
@@ -939,6 +939,9 @@
   tic54x-*-*)
     noconfigdirs="$noconfigdirs target-libgloss gdb"
     ;;
+  cr16-*-*)
+    noconfigdirs="$noconfigdirs target-libgloss"
+    ;;
   d10v-*-*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;	

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-15  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <C6CA53A2A46BA7469348BDBD663AB65848541C0B@KCHJEXMB02.kpit.com>
     [not found] ` <50CB6CA4.1060901@redhat.com>
     [not found]   ` <C6CA53A2A46BA7469348BDBD663AB6584856466C@KCHJEXMB02.kpit.com>
     [not found]     ` <50E431EF.5030904@redhat.com>
     [not found]       ` <C6CA53A2A46BA7469348BDBD663AB65848564F47@KCHJEXMB02.kpit <50EAE4E0.4000707@redhat.com>
     [not found]         ` <C6CA53A2A46BA7469348BDBD663AB65848565B08@KCHJEXMB02.kpit.com>
     [not found]           ` <50EC5D58.3010503@redhat.com>
2013-01-15  9:24             ` [RFA] New port: CR16: BFD Changes required by the gdb port Kaushik Phatak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).