[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/18878] _savegpr1_XXX crashes when called through a stub on POWER
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/18878] _savegpr1_XXX crashes when called through a stub on POWERPC64LE |
Date: |
Fri, 28 Aug 2015 00:08:43 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=18878
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
This has been broken right from the initial implementation of plt branch stubs.
A quick fix is to use r11 in the stub when calling the save/restore functions,
safe because out-of-line save isn't used in nested functions where r11 holds
the static chain. I'll implement that first, then look at emitting multiple
copies of the save/restore functions.
--
You are receiving this mail because:
You are on the CC list for the bug.