* coffcode.h (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT

if RS6000COFF_C.
This commit is contained in:
Ian Lance Taylor 1995-10-06 18:00:29 +00:00
parent 845118c61c
commit d11e6b5276
2 changed files with 2 additions and 4 deletions

View File

@ -13,6 +13,8 @@ Fri Oct 6 12:04:02 1995 Ian Lance Taylor <ian@cygnus.com>
* coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
BSF_LOCAL.
(OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
RS6000COFF_C.
* targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify
BFD_JUMP_TABLE_ARCHIVE accordingly.

View File

@ -2500,10 +2500,6 @@ coff_slurp_symbol_table (abfd)
#define OTHER_GLOBAL_CLASS C_LEAFEXT
#endif
#ifdef RS6000COFF_C
#define OTHER_GLOBAL_CLASS C_HIDEXT
#endif
#ifdef COFF_WITH_PE
#define OTHER_GLOBAL_CLASS C_SECTION
#endif