diff options
| author | Ulf Hermann <[email protected]> | 2018-10-11 17:20:12 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2018-10-11 17:54:03 +0200 |
| commit | 5da108a40dd24c7d3e4183ec9ae1904bb3f01575 (patch) | |
| tree | b3aacdcce39ec53a581137229e4a30ccb235f09d /backends/ChangeLog | |
| parent | c8dd3e3985dce3ae94bb09d6df82a516852e78c4 (diff) | |
| parent | 52b6b2f1f49e7385527e9f311f248092be0c0b61 (diff) | |
Merge tag 'elfutils-0.174'
elfutils 0.174 release
Change-Id: Ibcbdfca61cf0b65391ab6d0ad00f18ba61027e07
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index be1da46a..3e0dd266 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -13,6 +13,44 @@ * Makefile.am: Link backends against libgnu.a if requested. +2018-09-12 Mark Wielaard <[email protected]> + + * ppc64_init.c (ppc64_init): Use elf_getshdrstrndx. + +2018-09-12 Mark Wielaard <[email protected]> + + * aarch64_symbol.c (aarch64_check_special_symbol): Drop ehdr argument, + use elf_getshdrstrndx. + * alpha_symbol.c (alpha_check_special_symbol): Drop ehdr argument. + * ppc64_symbol.c (ppc64_check_special_symbol): Likewise and use + elf_getshdrstrndx. + * ppc_symbol.c (ppc_check_special_symbol): Likewise. + * riscv_symbol.c (riscv_check_special_symbol): Likewise. + +2018-07-21 Andreas Schwab <[email protected]> + + * Makefile.am (m68k_SRCS): Add m68k_cfi.c and m68k_initreg.c. + * m68k_cfi.c: New file. + * m68k_initreg.c: New file. + * m68k_init.c (m68k_init): Hook abi_cfi and + set_initial_registers_tid. + +2018-07-19 Andreas Schwab <[email protected]> + + * riscv_regs.c (riscv_register_info): Fix typo. + +2018-07-17 Andreas Schwab <[email protected]> + + * Makefile.am (riscv_SRCS): Add riscv_corenote.c. + * riscv_corenote.c: New file. + * riscv_init.c (riscv_init): Hook core_note. + +2018-07-11 Andreas Schwab <[email protected]> + + * Makefile.am (riscv_SRCS): Add riscv_initreg.c. + * riscv_initreg.c: New file. + * riscv_init.c (riscv_init): Hook set_initial_registers_tid. + 2018-06-16 Yonghong Song <[email protected]> * Makefile.am (bpf_SRCS): Add bpf_symbol.c. |
