]> Git Repo - binutils.git/blob - gas/config/te-i386aix.h
19990502 sourceware import
[binutils.git] / gas / config / te-i386aix.h
1 /*
2  * This file is te-i386aix.h and is built from pieces of code from Minh Tran-Le
3  * <[email protected]> by [email protected].
4  */
5
6 #define TE_I386AIX 1
7
8 #include "obj-format.h"
9
10 /*
11  * Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted
12  * in ascending vaddr.
13  */
14 #undef REVERSE_SORT_RELOCS
15
16 /*
17  * Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG
18  * is not used in the filehdr for COFF output.
19  */
20 #define KEEP_RELOC_INFO
21
22 /*
23  * Local Variables:
24  * comment-column: 0
25  * fill-column: 79
26  * End:
27  */
28
29 /* end of te-i386aix.h */
This page took 0.025052 seconds and 4 git commands to generate.