Update ROCm for multi-target support
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index a4ac35a7916b12393ea612043cd1a017554af9d7..eaeac49f660786cb8f4b7fa44ba3b55b8c9054f8 100644 (file)
@@ -1,6 +1,6 @@
 /* Public partial symbol table definitions.
 
-   Copyright (C) 2009-2019 Free Software Foundation, Inc.
+   Copyright (C) 2009-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -120,7 +120,7 @@ public:
   /* A byte cache where we can stash arbitrary "chunks" of bytes that
      will not change.  */
 
-  struct bcache psymbol_cache;
+  gdb::bcache psymbol_cache;
 
   /* Vectors of all partial symbols read in from file.  The actual data
      is stored in the objfile_obstack.  */
This page took 0.029902 seconds and 4 git commands to generate.