diff options
| author | Ulf Hermann <[email protected]> | 2018-07-13 18:32:53 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2018-07-13 18:32:53 +0200 |
| commit | 731aa2b1b0f73b443c8ed7538c134849935d0ba1 (patch) | |
| tree | 9179c5a58889c4725751856bf75d6a91810d5bf8 /backends/ChangeLog | |
| parent | d9483eb79086970df1dd875f6914bd0a442e8566 (diff) | |
| parent | aa36de0335e3ce12898954985a208f6336731289 (diff) | |
Merge tag 'elfutils-0.173'
elfutils 0.173 release
Change-Id: I83dc56dd15c26fe7acf4ce73c29df65b8b65e757
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 77 |
1 files changed, 73 insertions, 4 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 8f16b1d9..be1da46a 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -9,14 +9,83 @@ * Makefile.am: Have the backend file names follow the platform's convention for naming shared libraries. -2017-04-27 Ulf Hermann <[email protected]> - - * Makefile.am: Use dso_LDFLAGS. - 2017-04-21 Ulf Hermann <[email protected]> * Makefile.am: Link backends against libgnu.a if requested. +2018-06-16 Yonghong Song <[email protected]> + + * Makefile.am (bpf_SRCS): Add bpf_symbol.c. + * bpf_init.c (bpf_init): Add reloc_simple_type HOOK. + * bpf_reloc.def: Add RELOC_TYPE 64_64 and 64_32. + * bpf_symbol.c: New file. + +2018-06-21 Mark Wielaard <[email protected]> + + * bpf_reloc.def: Remove MAP_FD. + +2018-06-13 Andreas Schwab <[email protected]> + + * Makefile.am (riscv_SRCS): Add riscv_cfi.c and riscv_regs.c. + * riscv_cfi.c: New file. + * riscv_regs.c: Likewise. + * riscv_init.c (riscv_init): Hook register_info and abi_cfi. + +2018-05-15 Andreas Schwab <[email protected]> + + * riscv_init.c (riscv_init): Hook check_special_symbol. + * riscv_symbol.c (riscv_check_special_symbol): New function. + +2018-04-19 Andreas Schwab <[email protected]> + + * Makefile.am (modules): Add riscv. + * riscv_init.c: New file. + * riscv_reloc.def: New file. + * riscv_symbol.c: New file. + +2018-04-11 Mark Wielaard <[email protected]> + + * aarch64_cfi.c (aarch64_abi_cfi): Add rule for restoring SP from + CFA address. + +2018-02-15 Mark Wielaard <[email protected]> + + * ppc_initreg.c: Include ptrace.h before system.h and sys/user.h. + +2018-02-09 Joshua Watt <[email protected]> + + * aarch64_retval.c (aarch64_return_value_location): Use FALLTHROUGH + macro instead of comment. + * alpha_retval.c (alpha_return_value_location): Likewise. + * arm_regs.c (arm_register_info): Likewise. + * arm_retval.c (arm_return_value_location): Likewise. + * i386_regs.c (i386_register_info): Likewise. + * i386_retval.c (i386_return_value_location): Likewise. + * ia64_retval.c (ia64_return_value_location): Likewise. + * linux-core-note.c (core_note): Likewise. + * m68k_retval.c (m68k_return_value_location): Likewise. + * ppc64_retval.c (ppc64_return_value_location): Likewise. + * ppc_regs.c (ppc_register_info): Likewise. + * ppc_retval.c (ppc_return_value_location): Likewise. + * s390_retval.c (s390_return_value_location): Likewise. + * sh_retval.c (sh_return_value_location): Likewise. + * sparc_retval.c (sparc_return_value_location): Likewise. + * tilegx_retval.c (tilegx_return_value_location): Likewise. + * x86_64_regs.c (x86_64_register_info): Likewise. + * x86_64_retval.c (x86_64_return_value_location): Likewise. + +2017-10-24 Mark Wielaard <[email protected]> + + * Makefile.am (m68k_corenote_no_Wpacked_not_aligned): New variable. + +2017-08-18 Ulf Hermann <[email protected]> + + * linux-core-note.c: Use attribute_packed. + +2017-04-27 Ulf Hermann <[email protected]> + + * Makefile.am: Use dso_LDFLAGS. + 2017-07-27 Mark Wielaard <[email protected]> * sparc_reloc.def: GOTDATA_OP_HIX22, GOTDATA_OP_LOX10 and |
