aboutsummaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-20ubsan: hppa: negation of -2147483648Alan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-20ubsan: hppa: left shift of negative valueAlan Modra1-8/+8
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-05-09PR22069, Several instances of register accidentally spelled as regsiterAlan 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-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-09-23Fix compile time warnings generated when compiling with clang.Nick Clifton1-2/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-07-24 PR binutils/13135Nick Clifton1-4/+4
2010-12-31 PR gas/11395Dave Anglin1-5/+5
2007-07-05Change source files over to GPLv3.Nick Clifton1-8/+10
2005-08-14 * hppa-dis.c (print_insn_hppa): Don't print '%' before register names.Dave Anglin1-4/+4
2005-08-05 * hppa-dis.c (print_insn_hppa): Prefix 21-bit values with "L%".Dave Anglin1-0/+1
2005-07-17 * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-modeDave Anglin1-1/+1
2005-07-01Update function declarations to ISO C90 formattingNick Clifton1-139/+121
2005-05-07Update the address and phone number of the FSFNick Clifton1-1/+1
2003-02-25 * hppa-dis.c: Formatting.Alan Modra1-142/+188
2003-02-25 * hppa-dis.c (print_insn_hppa <2 bit space register>): Do not printAlan Modra1-2/+6
2001-12-31 * hppa-dis.c (print_insn_hppa): Handle new 'c' mode completers,Jeff Law1-2/+14
2001-03-13Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton1-1/+1
2001-01-14Adds assembly and dis-assembly support for the HPPA wideAlan Modra1-1/+3
2000-07-09Add some prototypes, and fix a few warnings.Alan Modra1-7/+31
2000-04-21 * hppa-dis.c (extract_16): New function.Jeff Law1-19/+71
2000-04-14More portability patches. Include sysdep.h everywhere.Alan Modra1-1/+0
1999-11-25 * hppa-dis.c (unit_cond_names): Add PA2.0 unit condition names.Jeff Law1-2/+3
1999-10-10 * hppa-dis.c (print_insn_hppa): Add new codes 'cc', 'cd', 'cC',Jeff Law1-25/+39
1999-09-23Remove accidental case duplication.Jeff Law1-4/+0
1999-09-23 * hppa-dis.c (print_insn_hppa): Replace 'B', 'M', 'g' and 'l' withJeff Law1-11/+17
1999-09-19 * hppa-dis.c: (print_insn_hppa): Correct 'cJ', 'cc'.Jeff Law1-12/+56
1999-09-19 * hppa-dis.c (extract_22): New function.Jeff Law1-1/+11
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle 'J', 'K', and 'cc'.Jeff Law1-0/+7
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle 'fe' and 'cJ'.Jeff Law1-0/+13
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle '#', 'd', and 'cq'.Jeff Law1-0/+37
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle 'm', 'h', '='.Jeff Law1-0/+49
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle 'X' operand.Jeff Law1-0/+5
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle 'B' operand.Jeff Law1-0/+3
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle 'M' and 'L' operands.Jeff Law1-0/+6
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle 'l' operand.Jeff Law1-0/+3
1999-09-19 * hppa-dis.c (print_insn_hppa): Handle 'g' operand.Jeff Law1-0/+3
1999-09-18 * hppa-dis.c (print_insn_hppa): Output a space after 'X' completer.Jeff Law1-1/+1
1999-09-18 * hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'Jeff Law1-1/+1
1999-09-18 * hppa-dis.c: (print_insn_hppa): Handle 'fX'.Jeff Law1-0/+10
1999-09-18 * hppa-dis.c: (print_insn_hppa): Add missing break afterJeff Law1-0/+1
1999-09-18 * hppa-dis.c: Finish constifying various completers, registerJeff Law1-20/+18
1999-09-07 * hppa-dis.c (print_insn_hppa): Escape '%' in output strings.Jeff Law1-2/+2