PATCH: Use R*_LP on pointers in __longjmp.S and setjmp.S

Roland McGrath roland@hack.frob.com
Tue May 15 16:39:00 GMT 2012


>  	movq (JB_RBP*8)(%rdi),%r9
>  	movq (JB_PC*8)(%rdi),%rdx

It saves a byte to make this:

	mov (JB_PC*8)(%rdi),%RDX_LP

It makes no difference but is consistent to do it for the JB_RSP and JB_RBP
loads too, so might as well.


Thanks,
Roland



More information about the Libc-alpha mailing list