mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00

(gas_cgen_opcode_desc): Declare. (gas_cgen_parse_operand): Declare. (*): Prepend gas_ to gas specific fns to denote them as such. All uses updated. * cgen.c (gas_cgen_opcode_desc): New global (gas_cgen_init_parse): Renamed from cgen_asm_init_parse. (queue_fixup): Renamed from cgen_queue_fixup. (*): Prepend gas_ to gas specific fns to denote them as such. All uses updated. (gas_cgen_md_apply_fix3): Update call to insert_operand. (gas_cgen_finish_insn): Renamed from cgen_asm_finish_insn. * config/tc-m32r.c (md_begin): Remove use of CGEN_SYM. Open opcode table and initialize it. (make_parallel): Use gas_cgen_opcode_desc. (assemble_parallel_insn): Ditto. Remove use of CGEN_SYM. (md_assemble): Ditto.
Description
Unofficial mirror of sourceware binutils-gdb repository. Updated daily.
Languages
C
51.8%
Makefile
22.4%
Assembly
12.3%
C++
6%
Roff
1.4%
Other
5.4%