aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-10-15 00:17:02 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-10-15 00:17:02 +0000
commit5d5885c99c8b6948c3786860038a5674e3ba85e9 (patch)
treeceab8ce206875bae022ec54c7b39395ea2c5e32f /libgcc
parent401aaa5983a7d31849b3b7a88f13eb6c7f74f11a (diff)
downloadgcc-5d5885c99c8b6948c3786860038a5674e3ba85e9.zip
gcc-5d5885c99c8b6948c3786860038a5674e3ba85e9.tar.gz
gcc-5d5885c99c8b6948c3786860038a5674e3ba85e9.tar.bz2
Daily bump.
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog11
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