Use "struct bcache" in objfiles.h
authorTom Tromey <tom@tromey.com>
Mon, 21 Jan 2019 20:45:00 +0000 (13:45 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 23 Jan 2019 03:35:20 +0000 (20:35 -0700)
commit6b4d77743349028e471334da3d63df09cddfd820
treeef42d0d1dcc225e340104b337c9e5514badc23c6
parent7af7e9b5d8f9dd8f994d59923158d24d77a54bbe
Use "struct bcache" in objfiles.h

If objfiles.h is included after bcache.h, then the "bcache" function
will cause a compiler error because "bcache" will be seen as a
function, not a type.  Fix this error by using the "struct" keyword.

gdb/ChangeLog
2019-01-22  Tom Tromey  <tom@tromey.com>

* objfiles.h (struct objfile_per_bfd_storage): Use "struct"
keyword for bcache.
gdb/ChangeLog
gdb/objfiles.h