X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fbpf-desc.h;h=38cf8c8e73b57029bcdc9f1c40b7cf953997799f;hb=3c5a0e025bf0163ce6a540ac0a18a91f97e215a3;hp=5293517953fcc911a814f25890a0801ec3b199d5;hpb=79472b45328232b083e897a511d4160a6dde0463;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/bpf-desc.h b/opcodes/bpf-desc.h index 5293517953..38cf8c8e73 100644 --- a/opcodes/bpf-desc.h +++ b/opcodes/bpf-desc.h @@ -3,7 +3,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. -Copyright (C) 1996-2019 Free Software Foundation, Inc. +Copyright (C) 1996-2020 Free Software Foundation, Inc. This file is part of the GNU Binutils and/or GDB, the GNU debugger. @@ -80,8 +80,8 @@ typedef enum insn_op_src { /* Enum declaration for eBPF instruction class. */ typedef enum insn_op_class { - OP_CLASS_LD = 0, OP_CLASS_LDX = 1, OP_CLASS_ST = 2, OP_CLASS_STX = 3 - , OP_CLASS_ALU = 4, OP_CLASS_JMP = 5, OP_CLASS_ALU64 = 7 + OP_CLASS_LD, OP_CLASS_LDX, OP_CLASS_ST, OP_CLASS_STX + , OP_CLASS_ALU, OP_CLASS_JMP, OP_CLASS_JMP32, OP_CLASS_ALU64 } INSN_OP_CLASS; /* Enum declaration for eBPF load/store instruction modes. */