Initial revision
[binutils.git] / gas / config / te-i386aix.h
blobf8f0945c94ec9d7e3b2dbdf75123042275f5cd40
1 /*
2 * This file is te-i386aix.h and is built from pieces of code from Minh Tran-Le
3 * <TRANLE@INTELLICORP.COM> by rich@cygnus.com.
4 */
6 #define TE_I386AIX 1
8 #include "obj-format.h"
11 * Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted
12 * in ascending vaddr.
14 #undef REVERSE_SORT_RELOCS
17 * Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG
18 * is not used in the filehdr for COFF output.
20 #define KEEP_RELOC_INFO
23 * Local Variables:
24 * comment-column: 0
25 * fill-column: 79
26 * End:
29 /* end of te-i386aix.h */