diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-15 00:17:02 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-10-15 00:17:02 +0000 |
commit | 5d5885c99c8b6948c3786860038a5674e3ba85e9 (patch) | |
tree | ceab8ce206875bae022ec54c7b39395ea2c5e32f /libgcc | |
parent | 401aaa5983a7d31849b3b7a88f13eb6c7f74f11a (diff) | |
download | gcc-5d5885c99c8b6948c3786860038a5674e3ba85e9.zip gcc-5d5885c99c8b6948c3786860038a5674e3ba85e9.tar.gz gcc-5d5885c99c8b6948c3786860038a5674e3ba85e9.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index ae9007d..8dfb0d6 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,14 @@ +2021-10-14 Raphael Moreira Zinsly <rzinsly@linux.ibm.com> + + * config/rs6000/linux-unwind.h (struct rt_sigframe): Move it to + outside of get_regs() in order to use it in another function, this + is done twice: for __powerpc64__ and for !__powerpc64__. + (struct trace_arg): New struct. + (struct layout): New struct. + (ppc_backchain_fallback): New function. + * unwind.inc (_Unwind_Backtrace): Look for _URC_NORMAL_STOP code + state and call MD_BACKCHAIN_FALLBACK. + 2021-10-13 Martin Liska <mliska@suse.cz> PR gcov-profile/90364 |