aboutsummaryrefslogtreecommitdiff
path: root/opcodes/vax-dis.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-19ubsan: vax: pointer overflowAlan Modra1-1/+1
2021-03-31Use bool in opcodesAlan Modra1-12/+12
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-25PR26504, ASAN: parse_disassembler_options vax-dis.c:142Alan Modra1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-19vax decoding of indexed addressing modeAlan Modra1-2/+12
2019-12-18More signed overflow fixesAlan Modra1-1/+2
2019-12-11ubsan: vax: left shift cannot be represented in type 'int'Alan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-05-24Move print_insn_XXX to an opcodes internal headerYao Qi1-1/+1
2017-04-05-Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in opcodesH.J. Lu1-2/+2
2015-06-22Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton1-1/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-05-02Use sigsetjmp/siglongjmp in opcodesH.J. Lu1-3/+3
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-05-17 PR 14072Nick Clifton1-2/+2
2009-09-02update copyright datesAlan Modra1-1/+1
2009-06-16bfd/Maciej W. Rozycki1-7/+38
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
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
2002-05-09* vax-dis.c (print_insn_arg): Pass the insn info to print_insn_mode.Jason Thorpe1-8/+34
2001-09-20Fix compile time warningsNick Clifton1-1/+3
2001-08-26For include/opcode:Andreas Jaeger1-5/+5
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