diff options
author | Saagar Jha <saagar@saagarjha.com> | 2020-06-22 14:29:20 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-06-22 14:29:20 +0100 |
commit | d768f160a99558a07a2463899c8bfeec0f0a67a7 (patch) | |
tree | 2b3ef7d7bfec36169e55316eff93481c6cfa6597 /include/ChangeLog | |
parent | 013e3554b269aa1da0fcd478969f0df65341e50e (diff) | |
download | gdb-d768f160a99558a07a2463899c8bfeec0f0a67a7.zip gdb-d768f160a99558a07a2463899c8bfeec0f0a67a7.tar.gz gdb-d768f160a99558a07a2463899c8bfeec0f0a67a7.tar.bz2 |
Recognize some new Mach-O load commands
bfd
* mach-o.c: Support the new load commands by reading a linkedit data
command for them.
binutils
* od-macho.c: Dump linkedit data for new load commands.
include
* mach-o/loader.h: Add declarations of two new Mach-O load
commands.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 65e8af8..12467f8 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2020-06-22 Saagar Jha <saagar@saagarjha.com> + + * mach-o/loader.h: Add declarations of two new Mach-O load + commands. + 2020-06-22 Nelson Chu <nelson.chu@sifive.com> * opcode/riscv.h (riscv_get_priv_spec_class): Move the function |