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


On 10/29/2016 04:29 PM, Eli Zaretskii wrote:
>> Cc: gdb-patches@sourceware.org
>> From: Pedro Alves <palves@redhat.com>
>> Date: Sat, 29 Oct 2016 16:18:50 +0100
>>
>> Reading the text back, I wonder if this would sound
>> clearer/more natural:
>>
>>  -* GDB and GDBserver now require building with a C++11 compiler.
>>  +* Building GDB and GDBserver now requires a C++11 compiler.
> 
> The latter is better, indeed.
> 

Alright, pushed this in then.

>From e6485aafde098bf182b46cb187d8fd049f309e29 Mon Sep 17 00:00:00 2001
From: Pedro Alves <palves@redhat.com>
Date: Sat, 29 Oct 2016 16:30:34 +0100
Subject: [PATCH] gdb/NEWS: Clarify C++ requirement

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

	* NEWS: Clarify C++ requirement.
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b4a6e23..c38c65c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2016-10-29  Pedro Alves  <palves@redhat.com>
 
+	* NEWS: Clarify C++ requirement.
+
+2016-10-29  Pedro Alves  <palves@redhat.com>
+
 	* NEWS: Adjust to mention C++11 requirement.
 
 2016-10-29  Eli Zaretskii  <eliz@gnu.org>
diff --git a/gdb/NEWS b/gdb/NEWS
index afb817f..a6b1282 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,7 +3,7 @@
 
 *** Changes since GDB 7.12
 
-* GDB and GDBserver now require building with a C++11 compiler.
+* Building GDB and GDBserver now requires a C++11 compiler.
 
   For example, GCC 4.8 or later.
 
-- 
2.5.5



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