diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-02-10 03:55:34 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-02-10 03:55:34 +0000 |
commit | c81a2ce3bf77ae501421ae188e5d738ad048c48b (patch) | |
tree | e3991f07e4d4110cf190e624d3a5889467d69efa /opcodes | |
parent | 9c78b4487255ecd6492d43a5b59992bade7631cd (diff) | |
download | gdb-c81a2ce3bf77ae501421ae188e5d738ad048c48b.zip gdb-c81a2ce3bf77ae501421ae188e5d738ad048c48b.tar.gz gdb-c81a2ce3bf77ae501421ae188e5d738ad048c48b.tar.bz2 |
(arc_get_disassembler): Renamed from arc_disassembler.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/arc-dis.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5a68460..107992a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -4,7 +4,7 @@ Thu Feb 9 19:19:23 1995 Doug Evans <dje@canuck.cygnus.com> * arc-dis.c (print_insn_arc): Rename to print_insn and make static. New argument `cpu', pass it to arc_opcode_init_tables. Document byte order dependencies. Ignore unsupported insns. - (arc_disassembler): New function. + (arc_get_disassembler): New function. (print_insn_arc_base, print_insn_arc_host, print_insn_arc_graphics, print_insn_arc_audio): New functions. * arc-opc.c (MULTSHIFT operand): Delete. @@ -17,7 +17,7 @@ Thu Feb 9 19:19:23 1995 Doug Evans <dje@canuck.cygnus.com> (arc_opcode_supported, arc_opval_supported): New functions. (insert_multshift, extract_multshift): Deleted. * disassemble.c (disassembler, case bfd_arch_arc): Call - arc_disassembler to get disassembler routine. + arc_get_disassembler to get disassembler routine. end-sanitize-arc Thu Feb 9 12:28:13 1995 Stan Shebs <shebs@andros.cygnus.com> diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index 8102b36..0c07c8a 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -225,7 +225,7 @@ print_insn (pc, info, cpu) variants, hiding all this crud here seems cleaner. */ disassembler_ftype -arc_disassembler (bfd *abfd) +arc_get_disassembler (bfd *abfd) { int mach = bfd_get_mach (abfd); |