This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 	* 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.


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