summaryrefslogtreecommitdiff
path: root/gas/config/tc-m32r.c
Commit message (Collapse)AuthorAgeFilesLines
* * config/tc-m32r.c (md_begin): Set cgen_asm_parse_operand_fn.David Edelsohn1997-04-101-2/+13
| | | | | (md_assemble): Call cgen_asm_init_parse. Update call to m32r_cgen_assemble_insn, call as_bad if assembly failed.
* * write.c (relax_frag): Make non-static.David Edelsohn1997-04-051-0/+1000
* write.h (relax_frag): Add prototype for. * config/tc-m32r.h (md_do_align): New arg `max'. * config/tc-m32r.c (m32r_do_align): Likewise. Update calls to frag_align, frag_align_pattern. (fill_insn): Update call to m32r_do_align. (m32r_scomm): Update call to frag_align.