]>
Commit | Line | Data |
---|---|---|
5e6cbf41 PB |
1 | /* This file is te-i386aix.h and is built from pieces of code from |
2 | Minh Tran-Le <[email protected]> by [email protected]. */ | |
252b5132 RH |
3 | |
4 | #define TE_I386AIX 1 | |
5 | ||
6 | #include "obj-format.h" | |
7 | ||
5e6cbf41 PB |
8 | /* Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted |
9 | in ascending vaddr. */ | |
252b5132 RH |
10 | #undef REVERSE_SORT_RELOCS |
11 | ||
5e6cbf41 PB |
12 | /* Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG is |
13 | not used in the filehdr for COFF output. */ | |
252b5132 RH |
14 | #define KEEP_RELOC_INFO |
15 | ||
16 | /* | |
17 | * Local Variables: | |
18 | * comment-column: 0 | |
19 | * fill-column: 79 | |
20 | * End: | |
21 | */ | |
22 | ||
23 | /* end of te-i386aix.h */ |