summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/config/te-generic.h
blob: a1d2f7f1b8f3cf19f35bb15a99bf6c48c3876645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*	$OpenBSD: te-generic.h,v 1.2 1998/02/15 18:49:48 niklas Exp $	*/

/*
 * This file is te-generic.h and is intended to be a template for
 * target environment specific header files.
 *
 * It is my intent that this file will evolve into a file suitable for config,
 * compile, and copying as an aid for testing and porting.  xoxorich.
 */

#define TE_GENERIC 1

/* these define interfaces */
#include "obj-format.h"

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

/* end of te-generic.h */