1 /* Modifications of internal.h and m68k.h needed by A/UX
2 Suggested by Ian Lance Taylor <ian@cygnus.com> */
5 #define GNU_COFF_AUX_H 1
7 #include "coff/internal.h"
10 /* Section contains 64-byte padded pathnames of shared libraries */
12 #define STYP_LIB 0x200
14 /* Section contains shared library initialization code */
16 #define STYP_INIT 0x400
18 /* Section contains .ident information */
20 #define STYP_IDENT 0x800
22 /* Section types used by bfd and gas not defined (directly) by A/UX */
26 #define STYP_INFO STYP_IDENT
28 /* Traditional name of the section tagged with STYP_LIB */
31 #endif /* GNU_COFF_AUX_H */