diff options
author | David Faust <david.faust@oracle.com> | 2020-05-28 20:53:29 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2020-05-28 21:54:46 +0200 |
commit | 12adf8053ba0b241d3973b46109842a1cbfa60de (patch) | |
tree | 4d32cb434c7326a1bec0db1286b9634895321167 /bfd/ChangeLog | |
parent | 78c1c35437a013c63acbff6926ff8d254e283d69 (diff) | |
download | fsf-binutils-gdb-12adf8053ba0b241d3973b46109842a1cbfa60de.zip fsf-binutils-gdb-12adf8053ba0b241d3973b46109842a1cbfa60de.tar.gz fsf-binutils-gdb-12adf8053ba0b241d3973b46109842a1cbfa60de.tar.bz2 |
bfd: fix handling of R_BPF_INSN_{32,64} relocations.
2020-05-28 David Faust <david.faust@oracle.com>
* elf64-bpf.c (bpf_elf_relocate_section): Fix handling of
R_BPF_INSN_{32,64} relocations.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 482bf81..05452c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2020-05-28 David Faust <david.faust@oracle.com> + + * elf64-bpf.c (bpf_elf_relocate_section): Fix handling of + R_BPF_INSN_{32,64} relocations. + 2020-05-28 Stephen Casner <casner@acm.org> * pdp11.c: Implement BRD_RELOC_32 to relocate the low 16 bits of |