diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-05 00:21:26 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-05 00:21:26 +0000 |
commit | 374bdac737b34eb8d4ab46dbd34046e659897051 (patch) | |
tree | e6f6fc3218bbcca676fe5bea0d08ccb15ce1cfb3 /gas/.Sanitize | |
parent | 9f719a56521e5bdbf46e1a3471e8841643f4d74d (diff) | |
download | binutils-374bdac737b34eb8d4ab46dbd34046e659897051.zip binutils-374bdac737b34eb8d4ab46dbd34046e659897051.tar.gz binutils-374bdac737b34eb8d4ab46dbd34046e659897051.tar.bz2 |
* config/tc-m32r.[ch]: New files.
* cgen.c: New file.
* Makefile.in (CPU_TYPES): Add m32r.
(CFILES): Add cgen.c.
(TARGET_CPU_CFILES): Add tc-m32r.c.
(TARGET_CPU_HFILES): Add tc-m32r.h.
(OBJS): Add cgen.o.
(DISTCLEAN_HERE): Add cgen-opc.h.
(.dep1,.tcdep): Create empty cgen-opc.h.
(cgen.o): Add dependencies.
(dependencies): Regenerate.
* as.h (struct frag): New member fr_targ.
(fr_pcrel_adjust,fr_bsr): Move into union fr_targ.ns32k.
* conf.in (USING_CGEN): New macro.
* configure.in (m32r-*-*): Add entry for.
* configure: Regenerate.
* write.c (relax_frag): fr_pcrel_adjust renamed to
fr_targ.ns32k.pcrel_adjust.
* config/tc-ns32k.c (*): Likewise.
fr_bsr renamed to fr_targ.ns32k.bsr.
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 88eb4ac..af40634 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -40,6 +40,7 @@ atof-generic.c bignum-copy.c bignum.h bit_fix.h +cgen.c cond.c conf.in config |