gdbarch.h: include regcache.h
authorPedro Alves <palves@redhat.com>
Wed, 22 Oct 2014 11:16:56 +0000 (12:16 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 27 Feb 2015 17:39:54 +0000 (17:39 +0000)
commit8a526fa69afd8ea7d2e303f80c03f9eb46211390
tree6db1786873a2a77076bf0bb9027572d28052fd26
parent0fa9c223ddc05a4b823bc7982dce8ba3b45d903f
gdbarch.h: include regcache.h

Building GDB in C++ mode, I got:

  src/gdb/gdbarch.h:240:149: error: invalid type in declaration before ‘;’ token
  src/gdb/gdbarch.h:240:14: error: use of enum ‘register_status’ without previous declaration
  src/gdb/gdbarch.h:241:13: error: use of enum ‘register_status’ without previous declaration
  src/gdb/gdbarch.h:241:140: error: invalid type in declaration before ‘;’ token

That's because 'enum register_status' has not been declared (and we can't
forward declare enums in C++).

gdb/ChangeLog:
2015-02-27  Pedro Alves  <palves@redhat.com>

* gdbarch.sh: Include regcache.h.
* gdbarch.h: Regenerate.
gdb/ChangeLog
gdb/gdbarch.h
gdb/gdbarch.sh