diff options
author | Fred Fish <fnf@specifix.com> | 1996-12-29 17:56:24 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-12-29 17:56:24 +0000 |
commit | 5a608f5bf167e4f229ed43ce1a1208b29dd99332 (patch) | |
tree | 724972297c65c7e291996c2a8fcfec56db1b5709 /bfd/.Sanitize | |
parent | 0049ba7a8da103000966cea2776b179b2f66579a (diff) | |
download | gdb-5a608f5bf167e4f229ed43ce1a1208b29dd99332.zip gdb-5a608f5bf167e4f229ed43ce1a1208b29dd99332.tar.gz gdb-5a608f5bf167e4f229ed43ce1a1208b29dd99332.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 43de89a..f1ef16e 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -411,7 +411,7 @@ else done fi -tic80_files="ChangeLog archures.c bfd-in2.h config.bfd configure configure.in targets.c" +tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then for i in $tic80_files ; do if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then |