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: [patch] revised FreeBSD PowerPC support


On 04.02.13 22:41, Joel Brobecker wrote:
>> 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
>>
>> 	* Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
>> 	* configure.host: Add powerpc*-*-freebsd* target.
>> 	* configure.tgt: Add target info for powerpc*-*-freebsd*.
>> 	* ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
>> 	* config/powerpc/fbsd.mh: New file.
> 
> I haven't followed the discussion too closely. Has a NEWS entry
> been added as well?

Not yet.

Is something like the below sufficent? (Plus CL entry...)

Andreas

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.566
diff -u -r1.566 NEWS
--- NEWS        3 Feb 2013 16:09:29 -0000       1.566
+++ NEWS        4 Feb 2013 21:51:41 -0000
@@ -3,6 +3,10 @@

 *** Changes since GDB 7.5

+* New native configurations
+
+FreeBSD/powerpc                        powerpc*-*-freebsd
+
 * New targets

 Lynx 178 PowerPC               powerpc-*-lynx*178


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