opcodes cgen: remove use of PTR
Note that opcodes is regenerated with cgen commit d1dd5fcc38e reverted, due to failure of bpf to compile with that patch applied. .../opcodes/bpf-opc.c:57:11: error: conversion from ‘long unsigned int’ to ‘unsigned int’ changes value from ‘18446744073709486335’ to ‘4294902015’ [-Werror=overflow] 57 | 64, 64, 0xffffffffffff00ff, { { F (F_IMM32) }, { F (F_OFFSET16) }, { F (F_SRCLE) }, { F (F_OP_CODE) }, { F (F_DSTLE) }, { F (F_OP_SRC) }, { F (F_OP_CLASS) }, { 0 } } plus other similar errors. cpu/ * mep.opc (print_tpreg, print_spreg): Delete unnecessary forward declarations. Replace PTR with void *. * mt.opc (print_dollarhex, print_pcrel): Delete forward decls. opcodes/ * bpf-desc.c, * bpf-dis.c, * cris-desc.c, * epiphany-desc.c, * epiphany-dis.c, * fr30-desc.c, * fr30-dis.c, * frv-desc.c, * frv-dis.c, * ip2k-desc.c, * ip2k-dis.c, * iq2000-desc.c, * iq2000-dis.c, * lm32-desc.c, * lm32-dis.c, * m32c-desc.c, * m32c-dis.c, * m32r-desc.c, * m32r-dis.c, * mep-desc.c, * mep-dis.c, * mt-desc.c, * mt-dis.c, * or1k-desc.c, * or1k-dis.c, * xc16x-desc.c, * xc16x-dis.c, * xstormy16-desc.c, * xstormy16-dis.c: Regenerate.
Showing
- cpu/mep.opc 2 additions, 5 deletionscpu/mep.opc
- cpu/mt.opc 0 additions, 3 deletionscpu/mt.opc
- opcodes/bpf-desc.c 17 additions, 17 deletionsopcodes/bpf-desc.c
- opcodes/bpf-dis.c 1 addition, 1 deletionopcodes/bpf-dis.c
- opcodes/cris-desc.c 62 additions, 62 deletionsopcodes/cris-desc.c
- opcodes/epiphany-desc.c 122 additions, 122 deletionsopcodes/epiphany-desc.c
- opcodes/epiphany-dis.c 1 addition, 1 deletionopcodes/epiphany-dis.c
- opcodes/fr30-desc.c 60 additions, 60 deletionsopcodes/fr30-desc.c
- opcodes/fr30-dis.c 1 addition, 1 deletionopcodes/fr30-dis.c
- opcodes/frv-desc.c 125 additions, 125 deletionsopcodes/frv-desc.c
- opcodes/frv-dis.c 1 addition, 1 deletionopcodes/frv-dis.c
- opcodes/ip2k-desc.c 14 additions, 14 deletionsopcodes/ip2k-desc.c
- opcodes/ip2k-dis.c 1 addition, 1 deletionopcodes/ip2k-dis.c
- opcodes/iq2000-desc.c 43 additions, 43 deletionsopcodes/iq2000-desc.c
- opcodes/iq2000-dis.c 1 addition, 1 deletionopcodes/iq2000-dis.c
- opcodes/lm32-desc.c 21 additions, 21 deletionsopcodes/lm32-desc.c
- opcodes/lm32-dis.c 1 addition, 1 deletionopcodes/lm32-dis.c
- opcodes/m32c-desc.c 330 additions, 330 deletionsopcodes/m32c-desc.c
- opcodes/m32c-dis.c 1 addition, 1 deletionopcodes/m32c-dis.c
- opcodes/m32r-desc.c 32 additions, 32 deletionsopcodes/m32r-desc.c
Loading
Please register or sign in to comment