Tobias Burnus wrote:
Paul-Antoine Arras wrote:
Oops, indeed! The attached patch fixes that by keeping the existing
functions -- now unused except by old code -- and adding two new
versions with an _ext suffix, which are semantically equivalent to
the old ones. All calls emitted by GCC are now to the new functions.
Thanks for the patch! LGTM.
Actually, a tiny follow-up wish: Can you add a comment to the old
functions that they are no longer called by new code in favor of the
_ext functions? - This might avoid confusion in the future.
Tobias