* coffcode.h (coff_set_flags): Add case for TIC80_ARCH_MAGIC.
This commit is contained in:
parent
22f9f902d9
commit
84fd6e7ed2
2 changed files with 7 additions and 1 deletions
|
@ -447,7 +447,7 @@ else
|
|||
done
|
||||
fi
|
||||
|
||||
tic80_files="ChangeLog Makefile.in 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 coffcode.h"
|
||||
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
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
start-sanitize-tic80
|
||||
Fri Feb 28 16:52:40 1997 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* coffcode.h (coff_set_flags): Add case for TIC80_ARCH_MAGIC.
|
||||
|
||||
end-sanitize-tic80
|
||||
Fri Feb 28 15:06:45 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* targets.c (bfd_default_vector): Make non-const.
|
||||
|
|
Loading…
Reference in a new issue