Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h
authorPedro Alves <palves@redhat.com>
Fri, 14 Oct 2016 15:24:58 +0000 (15:24 +0000)
committerPedro Alves <palves@gcc.gnu.org>
Fri, 14 Oct 2016 15:24:58 +0000 (15:24 +0000)
commit2121e959e1f601542e8c1712336bbd9994593936
tree874da203b18e4cdb9000c7d3e3fdd49744028ce3
parentdf17106f1ed4982791025e4b84a46543b26771d0
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
gcc/ChangeLog
gcc/coretypes.h
include/ChangeLog
include/ansidecl.h