blob: df5e2d6f3a340fcb2f95337133ec16d2b7adbced (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* $OpenBSD: te-i386aix.h,v 1.2 1998/02/15 18:49:49 niklas Exp $ */
/*
* 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"
#define KEEP_RELOC_INFO
/*
* Local Variables:
* comment-column: 0
* fill-column: 79
* End:
*/
/* end of te-i386aix.h */
|