* bfd/coff-arm.c (coff_arm_relocate_section)
[platform/upstream/binutils.git] / bfd / pef.h
index d8c0d27..db8d18c 100644 (file)
--- a/bfd/pef.h
+++ b/bfd/pef.h
@@ -79,7 +79,7 @@ enum bfd_pef_imported_library_options
 
 struct bfd_pef_imported_symbol
 {
-  unsigned char class;
+  unsigned char symbol_class;
   unsigned long name;
 };
 typedef struct bfd_pef_imported_symbol bfd_pef_imported_symbol;