diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2019-05-23 18:30:42 +0200 |
---|---|---|
committer | Jose E. Marchesi <jose.marchesi@oracle.com> | 2019-05-23 19:32:58 +0200 |
commit | 8ebe62124023224eafd1b82c8bc2325962711ef8 (patch) | |
tree | 02402e6a570a373b55ddbaa01020d6c1690a4995 /include/ChangeLog | |
parent | 2376c3702e43ad8a717d80888b34e1e7eaeacaa8 (diff) | |
download | binutils-gdb-8ebe62124023224eafd1b82c8bc2325962711ef8.tar.gz |
include: add elf/bpf.h
This patch adds a header file with BPF-specific ELF definitions. In
particular, the architecture relocations.
include/ChangeLog:
2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
* elf/bpf.h: New file.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 96fd26640fc..95b7e00b06f 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com> + + * elf/bpf.h: New file. + 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com> * elf/arm.h (Tag_MVE_arch): Define new enum value. |