diff options
author | Doug Evans <dje@google.com> | 1998-05-07 09:31:42 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-05-07 09:31:42 +0000 |
commit | defc70bf2bffe18595ee6047d7440b9d79933564 (patch) | |
tree | 864d53a4c603e4366c6fddf7cb0c804acbcf903f /gas/.Sanitize | |
parent | e2d7426296cd69b66e651878129cfc671228550d (diff) | |
download | gdb-defc70bf2bffe18595ee6047d7440b9d79933564.zip gdb-defc70bf2bffe18595ee6047d7440b9d79933564.tar.gz gdb-defc70bf2bffe18595ee6047d7440b9d79933564.tar.bz2 |
* cgen.h: New file.
* cgen.c: Include it.
(MAX_FIXUPS): Renamed to CGEN_MAX_FIXUPS.
(cgen_asm_finish_insn): Result is now void. New arg `result'.
All callers updated.
* config/tc-m32r.c: Include cgen.h.
(m23r_insn): New members num_fixups,fixups.
(assemble_parallel_insn): Initialize debug_sym_link for each insn.
(md_assemble): Simplify code to pack two insns in parallel.
When swapping two insns, update their fixups.
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 b51684e..344d4b7 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -51,6 +51,7 @@ bignum-copy.c bignum.h bit_fix.h cgen.c +cgen.h cond.c config config-gas.com |