diff options
author | Steve Chamberlain <sac@cygnus> | 1992-09-11 22:02:52 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-09-11 22:02:52 +0000 |
commit | 6066ebada287eaf6a9b10df71c7440e0b98446bc (patch) | |
tree | f8a502bacdf75eb93643befc398a2e2dd692c7bb /gas | |
parent | e92bddcd1babd4fc5d4551602eab36c04f15e7c1 (diff) | |
download | gdb-6066ebada287eaf6a9b10df71c7440e0b98446bc.zip gdb-6066ebada287eaf6a9b10df71c7440e0b98446bc.tar.gz gdb-6066ebada287eaf6a9b10df71c7440e0b98446bc.tar.bz2 |
Whoops, forgot this one
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/.Sanitize | 6 | ||||
-rw-r--r-- | gas/config/i386coff.mt | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 6202795..33990ac 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -52,6 +52,7 @@ ho-sunos.h ho-sysv.h ho-vax.h i386aix.mt +i386coff.mt m68k.mt m68kcoff.mt m88k-opcode.h @@ -141,7 +142,10 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.27 1992/09/09 18:38:05 ian +# Revision 1.28 1992/09/11 22:02:49 sac +# Whoops, forgot this one +# +# Revision 1.27 1992/09/09 18:38:05 ian # Wed Sep 9 11:10:24 1992 Ian Lance Taylor (ian@cygnus.com) # # * tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge diff --git a/gas/config/i386coff.mt b/gas/config/i386coff.mt new file mode 100644 index 0000000..3d504a0 --- /dev/null +++ b/gas/config/i386coff.mt @@ -0,0 +1,3 @@ +TARG_CPU_DEPENDENTS= +LOCAL_LOADLIBES=../bfd/libbfd.a +TDEFINES=-DBFD_HEADERS -DMANY_SEGMENTS -DBFD -DI386COFF |