1 /* This file is te-i386aix.h and is built from pieces of code from 2 Minh Tran-Le <TRANLE@INTELLICORP.COM> by rich@cygnus.com. */ 3 4 #define TE_I386AIX 1 5 6 #include "obj-format.h" 7 8 /* Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted 9 in ascending vaddr. */ 10 #undef REVERSE_SORT_RELOCS 11 12 /* Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG is 13 not used in the filehdr for COFF output. */ 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 */ 24