]> git.ipfire.org Git - thirdparty/gcc.git/commit
darwin, ppc - improve debug for mdebug-stack
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 May 2019 23:31:56 +0000 (23:31 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 May 2019 23:31:56 +0000 (23:31 +0000)
commit061020ff9cea6a27062266e49c2ac66de2f592b1
tree9d9e2f6d2c767e3132f2f6757900d75cc0696e39
parent6af1c8e105bf1103128f5cffaa7cc4104254175c
darwin, ppc - improve debug for mdebug-stack

Darwin uses an out of line save when complete context
needs to be saved, including the vector regs.

This patch prints the status of that when -mdebug=stack
is given.

gcc/

2019-05-12  Iain Sandoe  <iain@sandoe.co.uk>

* config/rs6000/rs6000.c (debug_stack_info): When -mdebug=stack
is given, print the state of the EH "save world" computation for
Darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271101 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.c