Handle EV5 (21164/66/68) PALcode support.
[deliverable/binutils-gdb.git] / gas / config / te-generic.h
CommitLineData
fecd2382
RP
1/*
2 * This file is te-generic.h and is intended to be a template for
3 * target environment specific header files.
a39116f1
RP
4 *
5 * It is my intent that this file will evolve into a file suitable for config,
6 * compile, and copying as an aid for testing and porting. xoxorich.
fecd2382
RP
7 */
8
9#define TE_GENERIC 1
10
a39116f1 11/* these define interfaces */
fecd2382
RP
12#include "obj-format.h"
13
a39116f1
RP
14/* define this if you want gas to ignore the first underscore character of
15 each symbol */
16/* #define STRIP_UNDERSCORE */
17
fecd2382
RP
18/*
19 * Local Variables:
20 * comment-column: 0
21 * fill-column: 131
22 * End:
23 */
24
25/* end of te-generic.h */
This page took 0.115896 seconds and 4 git commands to generate.