* coffcode.h (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT
authorIan Lance Taylor <ian@airs.com>
Fri, 6 Oct 1995 18:00:29 +0000 (18:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 6 Oct 1995 18:00:29 +0000 (18:00 +0000)
if RS6000COFF_C.

bfd/ChangeLog
bfd/coffcode.h

index 5f0ae0949e29f42a07870660d092fe485b8f43f3..c3a81088311830e0db8888b2be45886ae5d22cf6 100644 (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.
index 2a0ec3426d0221ffd197bac4c3ed8c4682870be5..84f1ad4aefe1047e467e63c3b8728f0e28c6749d 100644 (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