This commit was manufactured by cvs2svn to create branch 'binutils'.
[deliverable/binutils-gdb.git] / gas / config / tc-m68k.h
1 /*
2 * This file is tp-generic.h and is intended to be a template for
3 * target processor specific header files.
4 */
5
6 #define TC_M68K 1
7
8 #ifdef TE_SUN3
9 /* This variable contains the value to write out at the beginning of
10 the a.out file. The 2<<16 means that this is a 68020 file instead
11 of an old-style 68000 file */
12
13 #define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE (2<<16|OMAGIC); /* Magic byte for file header */
14 #endif /* TE_SUN3 */
15
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-m68k.h */
This page took 0.031394 seconds and 5 git commands to generate.