Mon Jul 22 13:17:06 1996 Richard Henderson <rth@tamu.edu>
authorIan Lance Taylor <ian@airs.com>
Mon, 22 Jul 1996 17:19:09 +0000 (17:19 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 22 Jul 1996 17:19:09 +0000 (17:19 +0000)
commite7bc7bc3fc1290c7e0fbb1dbcfb8ef8b77b97639
tree16bf81d8ef971d799d0dd6cb97279980e808b083
parent04cf159485b94140ef6f22b363b29665d1e92f9b
Mon Jul 22 13:17:06 1996  Richard Henderson  <rth@tamu.edu>

* alpha-dis.c (print_insn_alpha): No longer the user-visible
print routine.  Take new regnames and cpumask arguments.
Kill the environment variable nonsense.
(print_insn_alpha_osf): New function.  Do OSF/1 style regnames.
(print_insn_alpha_vms): New function.  Do VMS style regnames.
* disassemble.c (disassembler): Test bfd flavour to pick
between OSF and VMS routines.  Default to OSF.
opcodes/ChangeLog
opcodes/alpha-dis.c [new file with mode: 0644]
opcodes/disassemble.c