projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d294692
)
gdb/NEWS: Clarify C++ requirement
author
Pedro Alves
<palves@redhat.com>
Sat, 29 Oct 2016 15:30:34 +0000
(16:30 +0100)
committer
Pedro Alves
<palves@redhat.com>
Sat, 29 Oct 2016 15:30:34 +0000
(16:30 +0100)
gdb/ChangeLog:
2016-10-29 Pedro Alves <palves@redhat.com>
* NEWS: Clarify C++ requirement.
gdb/ChangeLog
patch
|
blob
|
history
gdb/NEWS
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index b4a6e23ac0b36c4bc1ec0c89399713adfc5beeb0..c38c65c23fd54754179244c084e17fc1fd6afd9b 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+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.
diff --git
a/gdb/NEWS
b/gdb/NEWS
index afb817f53c11dae673376c423abba25d2a8994c6..a6b1282aecaf053ef934e3020495e7a89f577f95 100644
(file)
--- 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.