On Sun, May 1, 2016 at 6:27 PM, Paul Smith
<address@hidden> wrote:
On Sun, 2016-04-24 at 10:01 +0300, Eli Zaretskii wrote:
> Isn't it also true that the ABI for loaded modules has changed in this
> version? I see that the gmk_floc object now has a new member
> 'offset'. Should this be called out in NEWS?
You're right. I reverted this change (or rather, I modified things so
that the gmk_floc type is the same as it was before and is only used by
the loadable object API, and that the rest of make uses a different type
which has the extra member). I feel that there's no need to have the
offset member visible through the loadable object API.