aboutsummaryrefslogtreecommitdiff
path: root/opcodes/vax-dis.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-02update copyright datesAlan Modra1-1/+1
2009-06-16bfd/Maciej W. Rozycki1-7/+38
* elf32-vax.c (elf_vax_plt_sym_val): New function. (elf_backend_plt_sym_val): Define. opcodes/ * vax-dis.c (is_function_entry): Return success for synthetic symbols too. (is_plt_tail): New function. (print_insn_vax): Decode PLT entry offset longword.
2007-07-05Change source files over to GPLv3.Nick Clifton1-8/+10
2005-07-01Update function declarations to ISO C90 formattingNick Clifton1-180/+162
2005-05-07Update the address and phone number of the FSFNick Clifton1-1/+1
2005-03-29Add VAX specific disassembler option -Mentry: to specify a function entryNick Clifton1-10/+106
address, and add code to test this new option.
2005-03-14Use ".word 0x0012 # Entry mask: r1 r2 >" instead of just "Entry mask: < r1 ↵Nick Clifton1-13/+13
... >"
2005-03-09 * vax-dis.c (entry_mask_bit): New array.Alan Modra1-1/+38
(print_insn_vax): Decode function entry mask.
2002-05-09* vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode.Jason Thorpe1-8/+34
(print_insn_mode): Print some basic info about floating point values.
2001-09-20Fix compile time warningsNick Clifton1-1/+3
2001-08-26For include/opcode:Andreas Jaeger1-5/+5
* d30v.h: Fix declaration of reg_name_cnt. * d10v.h: Fix declaration of d10v_reg_name_cnt. * arc.h: Add prototypes from opcodes/arc-opc.c. For opcodes: * tic54x-dis.c: Add unused attributes where needed. * z8k-dis.c (output_instr): Add unused attribute. * h8300-dis.c: Add missing prototypes. (bfd_h8_disassemble): Make static. * cris-dis.c: Add missing prototype. * h8500-dis.c: Likewise. * m68hc11-dis.c: Likewise. * pj-dis.c: Likewise. * tic54x-dis.c: Likewise. * v850-dis.c: Likewise. * vax-dis.c: Likewise. * w65-dis.c: Likewise. * z8k-dis.c: Likewise. * d10v-dis.c: Add missing prototype. (dis_long): Remove unused variable. (dis_2_short): Likewise. * sh-dis.c: Add missing prototypes. * v850-opc.c: Likewise. Add unused attributes where needed. * ns32k-dis.c: Add missing prototypes. (bit_extract_simple): Remove unused variable.
2001-03-19Don't try to read past end of info buffer, and correct test results.Alan Modra1-2/+13
2001-03-13Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton1-1/+1
2000-04-14More portability patches. Include sysdep.h everywhere.Alan Modra1-0/+1
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+299