This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/oracle/bpf] some copyright years fixed. typo in comment fixed


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=20ee56465f27d0cb6ea3057353c5cbcec80b66a2

commit 20ee56465f27d0cb6ea3057353c5cbcec80b66a2
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Tue Apr 16 15:25:45 2019 +0200

    some copyright years fixed.  typo in comment fixed

Diff:
---
 bfd/elf64-bpf.c | 2 +-
 cpu/bpf.cpu     | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bfd/elf64-bpf.c b/bfd/elf64-bpf.c
index 20a738b..09793a8 100644
--- a/bfd/elf64-bpf.c
+++ b/bfd/elf64-bpf.c
@@ -1,5 +1,5 @@
 /* Linux bpf specific support for 64-bit ELF
-   Copyright (C) 2018 Free Software Foundation, Inc.
+   Copyright (C) 2019 Free Software Foundation, Inc.
    Contributed by Oracle Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
diff --git a/cpu/bpf.cpu b/cpu/bpf.cpu
index 9732d61..5533a09 100644
--- a/cpu/bpf.cpu
+++ b/cpu/bpf.cpu
@@ -1,5 +1,5 @@
 ;; Linux BPF CPU description  -*- Scheme -*-
-;; Copyright 2018 Free Software Foundation, Inc.
+;; Copyright 2019 Free Software Foundation, Inc.
 ;;
 ;; Contributed by Oracle Inc.
 ;;
@@ -131,7 +131,7 @@
 ;;
 ;;    msb                                                        lsb
 ;;    +------------------------+----------------+----+----+--------+
-;;    |imm32|imm64-a           |offset16        |src |dst |opcode  |
+;;    |imm32                   |offset16        |src |dst |opcode  |
 ;;    +------------------------+----------------+----+----+--------+
 ;;    63                        31               15   11   7      0
 ;;
@@ -139,11 +139,11 @@
 ;;
 ;;    msb                                                        lsb
 ;;    +------------------------+----------------+----+----+--------+
-;;    |imm64                   |offset16        |src |dst |opcode  |
+;;    |imm64-a                 |offset16        |src |dst |opcode  |
 ;;    +------------------------+----------------+----+----+--------+
 ;;    63                        31               15   11   7      0
 ;;    +------------------------+-----------------------------------+
-;;    |imm64                   |                                   |
+;;    |imm64-b                 |                                   |
 ;;    +------------------------+-----------------------------------+
 
 ;;; Fields


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]