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]

[commit/NEWS] Document OpenBSD / NetBSD build fix


Hello,

This should have been an RFA, but I'm a bit in a rush to produce
the gdb-7.3.1 release so that the FSF can start printing the GDB
user's manual (they have been waiting for many weeks, and I only
have today to make that release). If there is any problem, I will
fix them ASAP.

gdb/ChangeLog:

        * NEWS: Add entry for OpenBSD/NetBSD build failure.

Checked in on head + branch.

-- 
Joel
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.450
diff -u -u -p -r1.450 NEWS
--- NEWS	17 Aug 2011 10:41:20 -0000	1.450
+++ NEWS	4 Sep 2011 17:40:55 -0000
@@ -106,6 +106,10 @@ QTDisable
 
 Texas Instruments TMS320C6x		tic6x-*-*
 
+*** Changes in GDB 7.3.1
+
+* The build failure for NetBSD and OpenBSD targets have now been fixed.
+
 *** Changes in GDB 7.3
 
 * GDB has a new command: "thread find [REGEXP]".
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.13298
diff -u -u -p -r1.13298 ChangeLog
--- ChangeLog	2 Sep 2011 21:40:29 -0000	1.13298
+++ ChangeLog	4 Sep 2011 17:40:56 -0000
@@ -1,3 +1,7 @@
+2011-09-04  Joel Brobecker  <brobecker@adacore.com>
+
+	* NEWS: Add entry for OpenBSD/NetBSD build failure.
+
 2011-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	* config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.

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