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] gdb/NEWS: Mention C++11 requirement


On 10/28/2016 04:08 PM, Pedro Alves wrote:
> On 10/28/2016 01:07 PM, Yao Qi wrote:

>> This series is good to me.
> 
> Thanks!  I've pushed it in now.  I'll send a NEWS change soon.

Maybe this is sufficient?

>From 858a5212f0c3dee3fa369aa67d0d650a761343c2 Mon Sep 17 00:00:00 2001
From: Pedro Alves <palves@redhat.com>
Date: Fri, 28 Oct 2016 18:10:35 +0100
Subject: [PATCH] gdb/NEWS: Mention C++11 requirement

gdb/ChangeLog:
2016-10-28  Pedro Alves  <palves@redhat.com>

	* NEWS: Adjust to mention C++11 requirement.
---
 gdb/NEWS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index 4a61438..5ccb74c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,7 +3,9 @@
 
 *** Changes since GDB 7.12
 
-* GDB and GDBserver now require building with a C++ compiler.
+* GDB and GDBserver now require building with a C++11 compiler.
+
+  For example, GCC 4.8 or later.
 
   It is no longer possible to build GDB or GDBserver with a C
   compiler.  The --disable-build-with-cxx configure option has been
-- 
2.5.5



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