summaryrefslogtreecommitdiff
path: root/gas/config/te-i386aix.h
blob: f8f0945c94ec9d7e3b2dbdf75123042275f5cd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * This file is te-i386aix.h and is built from pieces of code from Minh Tran-Le
 * <TRANLE@INTELLICORP.COM> by rich@cygnus.com.
 */

#define TE_I386AIX 1

#include "obj-format.h"

/*
 * Undefine REVERSE_SORT_RELOCS to keep the relocation entries sorted
 * in ascending vaddr.
 */
#undef REVERSE_SORT_RELOCS

/*
 * Define KEEP_RELOC_INFO so that the strip reloc info flag F_RELFLG
 * is not used in the filehdr for COFF output.
 */
#define KEEP_RELOC_INFO

/*
 * Local Variables:
 * comment-column: 0
 * fill-column: 79
 * End:
 */

/* end of te-i386aix.h */