This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: IA-64 gp problem with PROVIDE and linker relaxation conflict


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]