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/arc-dis.c | |
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/arc-dis.c')
-rw-r--r-- | opcodes/arc-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |