aboutsummaryrefslogtreecommitdiff
path: root/opcodes/alpha-dis.c
AgeCommit message (Collapse)AuthorFilesLines
1996-07-22fix last patchIan Lance Taylor1-2/+2
1996-07-22Mon Jul 22 13:17:06 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-0/+212
* 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.