]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/coff/aux-coff.h
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / include / coff / aux-coff.h
1 /* Modifications of internal.h and m68k.h needed by A/UX
2 Suggested by Ian Lance Taylor <ian@cygnus.com> */
3
4 #ifndef GNU_COFF_AUX_H
5 #define GNU_COFF_AUX_H 1
6
7 #include "coff/internal.h"
8 #include "coff/m68k.h"
9
10 /* Section contains 64-byte padded pathnames of shared libraries */
11 #undef STYP_LIB
12 #define STYP_LIB 0x200
13
14 /* Section contains shared library initialization code */
15 #undef STYP_INIT
16 #define STYP_INIT 0x400
17
18 /* Section contains .ident information */
19 #undef STYP_IDENT
20 #define STYP_IDENT 0x800
21
22 /* Section types used by bfd and gas not defined (directly) by A/UX */
23 #undef STYP_OVER
24 #define STYP_OVER 0
25 #undef STYP_INFO
26 #define STYP_INFO STYP_IDENT
27
28 /* Traditional name of the section tagged with STYP_LIB */
29 #define _LIB ".lib"
30
31 #endif /* GNU_COFF_AUX_H */