aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-10-14 17:03:16 +0100
committerPedro Alves <palves@redhat.com>2016-10-14 17:03:16 +0100
commitd118ee3761bcf0c861a75e454d0c2b741fccb956 (patch)
tree5b1d3a531b9f14e61516dc39509643bab22af592 /include/ChangeLog
parentbe06ba8ceb2197b6771f8e47dc7b8df316e1da75 (diff)
downloadgdb-d118ee3761bcf0c861a75e454d0c2b741fccb956.zip
gdb-d118ee3761bcf0c861a75e454d0c2b741fccb956.tar.gz
gdb-d118ee3761bcf0c861a75e454d0c2b741fccb956.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.
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 6f68130..bdff2dd 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-10-14 Claudiu Zissulescu <claziss@synopsys.com>
* opcode/arc.h (ARC_OPCODE_ARCV2): New define.