Joseph Myers b351d85aa2 Fix MIPS64 *_nocancel gp setup.
The 64-bit MIPS ABIs involve the caller setting up t9 ($25) to the
address of the called function, and the called function then using
this in a .cpsetup directive to compute gp.  The .cpsetup directive
needs to name the function to which t9 points for this purpose.  In
the definition of *_nocancel functions, the directive pointed to the
normal entry point rather than the _nocancel one, resulting in
segfaults when the _nocancel functions were used.  This patch corrects
the function name used in the directive.  (It seems the bug was latent
until Roland's not-cancel.h unification, with the _nocancel entry
points not previously being used - so not user-visible in a release,
so no Bugzilla entry required.)

Tested mips64 sufficiently to confirm the previously seen segfaults
are fixed.

	* sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
	[__PIC__] (PSEUDO): Use name of _nocancel entry point in
	corresponding .cpsetup call.
2014-06-26 23:55:46 +00:00
..
2014-06-23 15:48:42 +00:00
2014-06-13 13:15:28 -07:00
2014-06-26 23:55:46 +00:00
2014-06-13 13:15:28 -07:00
2013-06-05 20:44:03 +00:00
2014-05-16 11:47:13 -07:00
2014-05-13 09:49:20 -07:00
2014-06-20 20:04:33 +00:00
2014-06-25 11:36:10 +00:00
2014-05-13 09:49:20 -07:00
2014-06-25 11:31:51 +00:00
2013-08-27 10:34:16 -07:00