]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin, powerpc: Fix bootstrap.
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 8 Jan 2024 14:07:24 +0000 (14:07 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 12 Jan 2024 14:00:21 +0000 (14:00 +0000)
commit4e6f7a3d5c8a6d6e2f14a8a5f6f62b3ae9549b1d
tree7402d3df623b3821f17f022942ddff82fad260a6
parent549ea1487a534d0eef6a424075264ba542514c3d
Darwin, powerpc: Fix bootstrap.

Recent changes to the member names of the diagnostics class missed one case in
the Darwin PowerPC host code.  Fixed thus.

gcc/ChangeLog:

* config/rs6000/host-darwin.cc (segv_handler): Use the revised
diagnostics class member name for abort of error.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/config/rs6000/host-darwin.cc