[PATCH] Avoid an extra branch to PLT for -z now

Roland McGrath roland@hack.frob.com
Fri May 20 23:01:00 GMT 2016


> 	* config.h.in (BIND_NOW): New.
> 	* configure.ac (BIND_NOW): New.  Defined for --enable-bind-now.
> 	* configure: Regenerated.
> 	* sysdeps/x86_64/sysdep.h (JUMPTARGET): Defined to indirect
> 	branch via the GOT slot.

Should be:
	* sysdeps/x86_64/sysdep.h (JUMPTARGET) [BIND_NOW]:
	Defined to indirect branch via the GOT slot.

Otherwise this seems OK to me.



More information about the Libc-alpha mailing list