summaryrefslogtreecommitdiffstats
path: root/bfd/libcoff-in.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r--bfd/libcoff-in.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h
index f3108ee955..cf0a31907b 100644
--- a/bfd/libcoff-in.h
+++ b/bfd/libcoff-in.h
@@ -254,7 +254,7 @@ struct coff_link_hash_entry
unsigned short type;
/* Symbol class. */
- unsigned char class;
+ unsigned char symbol_class;
/* Number of auxiliary entries. */
char numaux;
@@ -394,7 +394,7 @@ struct coff_debug_merge_type
struct coff_debug_merge_type *next;
/* Class of type. */
- int class;
+ int type_class;
/* Symbol index where this type is defined. */
long indx;
@@ -603,4 +603,3 @@ extern bfd_boolean ppc_allocate_toc_section
(struct bfd_link_info *);
extern bfd_boolean ppc_process_before_allocation
(bfd *, struct bfd_link_info *);
-
OpenPOWER on IntegriCloud