Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / as / config / tc-vax.h
1 /*
2  * This file is tc-vax.h.
3  */
4
5 #define TC_VAX 1
6
7 #define LOCAL_LABELS_FB
8 #define NO_LISTING
9
10  /* use this to compare against gas-1.38 */
11 #ifdef OLD_GAS
12 #define REVERSE_SORT_RELOCS
13 #endif
14
15 #define tc_aout_pre_write_hook(x)       {;} /* not used */
16 #define tc_crawl_symbol_chain(a)        {;} /* not used */
17 #define tc_headers_hook(a)              {;} /* not used */
18
19 /*
20  * Local Variables:
21  * comment-column: 0
22  * fill-column: 131
23  * End:
24  */
25
26 /* end of tc-vax.h */