aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-10-14 15:24:58 +0000
committerPedro Alves <palves@gcc.gnu.org>2016-10-14 15:24:58 +0000
commit2121e959e1f601542e8c1712336bbd9994593936 (patch)
tree874da203b18e4cdb9000c7d3e3fdd49744028ce3 /include/ChangeLog
parentdf17106f1ed4982791025e4b84a46543b26771d0 (diff)
downloadgcc-2121e959e1f601542e8c1712336bbd9994593936.zip
gcc-2121e959e1f601542e8c1712336bbd9994593936.tar.gz
gcc-2121e959e1f601542e8c1712336bbd9994593936.tar.bz2
Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h
So that GDB and other projects that share the top level can use them. Bootstrapped with all default languages + jit on x86-64 Fedora 23. gcc/ChangeLog: 2016-10-14 Pedro Alves <palves@redhat.com> * coretypes.h (OVERRIDE, FINAL): Delete, moved to include/ansidecl.h. include/ChangeLog: 2016-10-14 Pedro Alves <palves@redhat.com> * ansidecl.h (GCC_FINAL): Delete. (OVERRIDE, FINAL): New, moved from gcc/coretypes.h. From-SVN: r241166
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index a379768..18bc5ff 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-14 Pedro Alves <palves@redhat.com>
+
+ * ansidecl.h (GCC_FINAL): Delete.
+ (OVERRIDE, FINAL): New, moved from gcc/coretypes.h.
+
2016-08-15 Jakub Jelinek <jakub@redhat.com>
* dwarf2.def (DW_AT_string_length_bit_size,