IA-64 gp problem with PROVIDE and linker relaxation conflict
H . J . Lu
hjl@valinux.com
Tue Feb 13 14:29:00 GMT 2001
On Tue, Feb 13, 2001 at 02:20:03PM -0800, Nick Clifton wrote:
> Hi H.J.
>
> : 2001-02-12 H.J. Lu <hjl@gnu.org>
> :
> : * ldexp.h (node_type): Add etree_provided.
> : * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
> : type to etree_provided if defined by PROVIDE. Allow updating
> : for etree_provided.
> : (exp_print_tree): Handle etree_provided.
> : * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
> : etree_provided.
>
> Approved.
>
Done. I checked in a slightly modified version. It has
if (tree->type.node_class == etree_provide)
tree->type.node_class = etree_provided;
instead of
tree->type.node_class = etree_provided;
BTW, have you looked at my other patches:
http://sources.redhat.com/ml/binutils/2001-02/msg00035.html
http://sources.redhat.com/ml/binutils/2001-02/msg00047.html
http://sources.redhat.com/ml/binutils/2001-02/msg00278.html
Thanks.
--
H.J. Lu (hjl@valinux.com)
More information about the Binutils
mailing list