aboutsummaryrefslogtreecommitdiff
path: root/opcodes/wasm32-dis.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-05C99 opcodes configuryAlan Modra1-2/+0
2021-03-31Use bool in opcodesAlan Modra1-29/+29
2021-03-31Remove bfd_stdint.hAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-2/+2
2021-02-17read_leb128 overflow checkingAlan Modra1-6/+20
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-13ubsan: wasm32: signed integer overflowAlan Modra1-209/+236
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'Alan Modra1-11/+18
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+1
2018-02-13WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCCMaciej W. Rozycki1-3/+3
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-10WebAssembly disassembler supportPip Cet1-3/+2
2017-04-06Add support for disassembling WebAssembly opcodes.Pip Cet1-0/+521