* coffcode.h (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT
if RS6000COFF_C.
This commit is contained in:
parent
845118c61c
commit
d11e6b5276
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user