binutils-gdb/gas/doc
Jose E. Marchesi 0c45feb159 bpf: there is no ldinddw nor ldabsdw instructions
There are no legacy ldind nor ldabs BPF instructions with BPF_SIZE_DW.
For some reason we were (incorrectly) supporting these.  This patch
updates the opcodes so the instructions get removed and modifies the
GAS manual and testsuite accordingly.

See discussion at
https://lore.kernel.org/bpf/110aad7a-f8a3-46ed-9fda-2f8ee54dcb89@linux.dev

Tested in bpf-uknonwn-none target, x86-64-linux-gnu host.

include/ChangeLog:

2024-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>

	* opcode/bpf.h (enum bpf_insn_id): Remove BPF_INSN_LDINDDW and
	BPF_INSN_LDABSDW instructions.

opcodes/ChangeLog:

2024-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>

	* bpf-opc.c (bpf_opcodes): Remove BPF_INSN_LDINDDW and
	BPF_INSN_LDABSDW instructions.

gas/ChangeLog:

2024-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>

	* doc/c-bpf.texi (BPF Instructions): There is no indirect 64-bit
	load instruction.
	(BPF Instructions): There is no absolute 64-bit load instruction.
	* testsuite/gas/bpf/mem.s: Update test accordingly.
	* testsuite/gas/bpf/mem-be-pseudoc.d: Likewise.
	* testsuite/gas/bpf/mem-be.d: Likewise.
	* testsuite/gas/bpf/mem-pseudoc.d: Likewise.
	* testsuite/gas/bpf/mem-pseudoc.s: Likewise.
	* testsuite/gas/bpf/mem.d: Likewise.
	* testsuite/gas/bpf/mem.s: Likewise.
2024-01-29 19:22:41 +01:00
..
all.texi
as.texi gas: doc: update documentation for the new listing option 2024-01-15 03:31:35 -08:00
c-aarch64.texi aarch64: Update Architecture Extensions documentation 2024-01-23 17:33:44 +00:00
c-alpha.texi
c-arc.texi
c-arm.texi arm: Add support for Armv8.9-A and Armv9.4-A 2024-01-08 14:13:40 +00:00
c-avr.texi
c-bfin.texi
c-bpf.texi bpf: there is no ldinddw nor ldabsdw instructions 2024-01-29 19:22:41 +01:00
c-cr16.texi
c-cris.texi
c-csky.texi
c-d10v.texi
c-d30v.texi
c-epiphany.texi
c-h8300.texi
c-hppa.texi
c-i386.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
c-ia64.texi
c-ip2k.texi
c-kvx.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
c-lm32.texi
c-loongarch.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
c-m32c.texi
c-m32r.texi
c-m68hc11.texi
c-m68k.texi
c-metag.texi
c-microblaze.texi
c-mips.texi
c-mmix.texi
c-msp430.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
c-mt.texi
c-nds32.texi
c-nios2.texi
c-ns32k.texi
c-or1k.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
c-pdp11.texi
c-pj.texi
c-ppc.texi
c-pru.texi
c-riscv.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
c-rl78.texi
c-rx.texi
c-s12z.texi
c-s390.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
c-score.texi
c-sh.texi
c-sparc.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
c-tic6x.texi
c-tic54x.texi
c-tilegx.texi
c-tilepro.texi
c-v850.texi
c-vax.texi
c-visium.texi
c-wasm32.texi
c-xgate.texi
c-xstormy16.texi
c-xtensa.texi
c-z8k.texi
c-z80.texi gas/doc: fix several typos 2024-01-08 13:53:49 +00:00
fdl.texi
h8.texi
internals.texi
local.mk