diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-11-12 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-11-12 00:16:32 +0000 |
commit | b39265d4fe13e3e8ce5021642e5092e74effb643 (patch) | |
tree | ced524776ff72d1620423d781a5ae4c71208f4ca /libgcc | |
parent | 4a407d358e2896a9ab42364c0b70dfb6f9761d61 (diff) | |
download | gcc-b39265d4fe13e3e8ce5021642e5092e74effb643.zip gcc-b39265d4fe13e3e8ce5021642e5092e74effb643.tar.gz gcc-b39265d4fe13e3e8ce5021642e5092e74effb643.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 7bf62de..5d85569 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,10 @@ +2021-11-11 Raphael Moreira Zinsly <rzinsly@linux.ibm.com> + + PR libgcc/103044 + * config/rs6000/linux-unwind.h (ppc_backchain_fallback): Check if it's + called with a null argument or at the end of the backtrace and return. + * unwind.inc (_Unwind_ForcedUnwind_Phase2): Treat _URC_NORMAL_STOP. + 2021-11-10 Jakub Jelinek <jakub@redhat.com> * config/rs6000/linux-unwind.h (ppc_back_fallback): Make it static, |