diff options
author | Christos Zoulas <christos@zoulas.com> | 2019-06-10 14:41:35 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-06-10 14:41:35 +0100 |
commit | 58e07198f34c3a8bb7d64392e8b978a0d741244e (patch) | |
tree | 0eb790d1b10a9127593d9202f3e507ccf40615b6 /bfd/ChangeLog | |
parent | 25ce02ee7b7667fb7bb882421ff869c080777bee (diff) | |
download | gdb-58e07198f34c3a8bb7d64392e8b978a0d741244e.zip gdb-58e07198f34c3a8bb7d64392e8b978a0d741244e.tar.gz gdb-58e07198f34c3a8bb7d64392e8b978a0d741244e.tar.bz2 |
Add support for NetBSD/sh3 core file sections. Merge multiple copies of auxv section creation into one function.
PR 24650
* elf.c (elfcore_make_auxv_note_section): New function.
(elfcore_grok_note): Use it.
(elfcore_grok_freebsd_note): Likewise.
(elfcore_grok_openbsd_note): Likewise.
(elfcore_grok_netbsd_note): Likewise. Plus add support for
NT_NETBSDCORE_AUXV notes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 058e971..72f35b8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2019-06-10 Christos Zoulas <christos@zoulas.com> + + PR 24650 + * elf.c (elfcore_make_auxv_note_section): New function. + (elfcore_grok_note): Use it. + (elfcore_grok_freebsd_note): Likewise. + (elfcore_grok_openbsd_note): Likewise. + (elfcore_grok_netbsd_note): Likewise. Plus add support for + NT_NETBSDCORE_AUXV notes. + 2019-06-06 Sudakshina Das <sudi.das@arm.com> * elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties): Set |