aboutsummaryrefslogtreecommitdiff
path: root/opcodes/nfp-dis.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-05Fix illegal memory access when bfd_get_section_contents is called with a NULL...Nick Clifton1-0/+7
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-04-11Fix illegal memory access when disassembling corrupt NFP binaries.Nick Clifton1-1/+3
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-09-06Add a sanity check to the init_nfp6000_mecsr_sec() function in the NFP disass...Yinjun Zhang1-2/+5
2021-09-01nfp: add validity check of island and meYinjun Zhang1-1/+10
2021-03-31Use bool in opcodesAlan Modra1-37/+37
2021-03-31Remove bfd_stdint.hAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-02-26Indent labelsAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-13opcodes/nfp: Fix disassembly of crc[] with swapped operands.Francois H. Theron1-6/+6
2018-06-26Fix spelling mistakes.Nick Clifton1-1/+1
2018-05-18opcodes sources should not include libbfd.hAlan Modra1-7/+4
2018-05-15Fix error messages in the NFP sources when building for 32-bit targets.Francois H. Theron1-45/+40
2018-04-30This patch adds support to objdump for disassembly of NFP (Netronome Flow Pro...Francois H. Theron1-0/+2990