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]

RE: [RFA] New port: CR16: BFD Changes required by the gdb port


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"
     ;;	


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