[PATCH 3/3] Do check-localplt test using readelf rather than a build-time C program.

Roland McGrath roland@hack.frob.com
Tue May 1 20:22:00 GMT 2012


> Roland McGrath <roland@hack.frob.com> writes:
> 
> > +$(objpfx)check-localplt.out: $(..)scripts/check-localplt.awk \
> > +			     $(..)scripts/localplt.awk \
> > +			     $(localplt-built-dso:=.jmprel) \
> >  			     $(check-data)
> > -	$(dir $<)$(notdir $<) $(filter-out $< $(check-data),$^) | \
> > -	  $(AWK) -f $(..)scripts/check-localplt.awk $(check-data) -
> > +	$(AWK) -f $(filter-out $< $(check-data),$^) | \
> > +	  $(AWK) -f $< $(check-data) -
> >  endif
> 
> Shouldn't that put its output into the target?

That's a good point, but the old state didn't do that either.
So that will be a separate follow-on fix.


Thanks,
Roland



More information about the Libc-alpha mailing list