* Makefile.in (BFD32_BACKENDS): Add coff-tic80.o

(ALL_MACHINES): Add cpu-tic80.o
	(cpu-tic80.o, coff-tic80.o): Add dependencies.
	* coff-tic80.c: Add skeleton, cloned from another coff config.
	* coffcode.h (coff_write_object_contents): Set magic to TIC80MAGIC
 	for TIc80.
This commit is contained in:
Fred Fish 1996-12-29 17:56:24 +00:00
parent 0049ba7a8d
commit 5a608f5bf1
5 changed files with 104 additions and 1 deletions

View file

@ -2721,6 +2721,10 @@ coff_write_object_contents (abfd)
internal_a.magic = NMAGIC; /* Assume separate i/d */
#define __A_MAGIC_SET__
#endif /* A29K */
#ifdef TIC80
internal_a.magic = TIC80MAGIC;
#define __A_MAGIC_SET__
#endif /* TIC80 */
#ifdef I860
/* FIXME: What are the a.out magic numbers for the i860? */
internal_a.magic = 0;