diff options
Diffstat (limited to 'bfd/vms.h')
-rw-r--r-- | bfd/vms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms.h b/bfd/vms.h index 137dc62e3dc..a284693f0ca 100644 --- a/bfd/vms.h +++ b/bfd/vms.h @@ -594,7 +594,7 @@ struct vms_private_data_struct { vms_section *vms_section_table[VMS_SECTION_COUNT]; struct bfd_hash_table *vms_symbol_table; - struct symbol_cache_entry **symcache; + struct bfd_symbol **symcache; int symnum; struct location_struct *location_stack; |