aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/microblaze/socket.S
diff options
context:
space:
mode:
authorDavid Holsgrove <david.holsgrove@xilinx.com>2014-06-30 14:01:22 +1000
committerDavid Holsgrove <david.holsgrove@xilinx.com>2014-07-01 09:58:03 +1000
commit0cdcad1769a962583788841f6dc2df1efe989245 (patch)
treeced4105d8971e708b155b0e104679fec1fb38406 /sysdeps/unix/sysv/linux/microblaze/socket.S
parent9b71d0e38c587dd1616eefd9d9ac09be90a28fe4 (diff)
downloadglibc-0cdcad1769a962583788841f6dc2df1efe989245.tar
glibc-0cdcad1769a962583788841f6dc2df1efe989245.tar.gz
glibc-0cdcad1769a962583788841f6dc2df1efe989245.tar.bz2
glibc-0cdcad1769a962583788841f6dc2df1efe989245.zip
MicroBlaze: Add missing sysdep-cancel.h implementation
And update socket.S, Makefile to use *_nocancel definitions. Absence of sysdep-cancel.h was not apparent until Roland's not-cancel.h unification. 2014-06-30 David Holsgrove <david.holsgrove@xilinx.com> * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P * sysdeps/unix/sysv/linux/microblaze/Makefile: Add to libpthread-routines Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze/socket.S')
-rw-r--r--sysdeps/unix/sysv/linux/microblaze/socket.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/socket.S b/sysdeps/unix/sysv/linux/microblaze/socket.S
index ab1cb54070..a5b6ec4ac2 100644
--- a/sysdeps/unix/sysv/linux/microblaze/socket.S
+++ b/sysdeps/unix/sysv/linux/microblaze/socket.S
@@ -80,7 +80,7 @@ ENTRY(__socket)
/* The rest of the args (if any) are on the caller's stack already. */
#if defined NEED_CANCELLATION && defined CENABLE
- SINGLE_THREAD_P
+ SINGLE_THREAD_P(r12)
bnei r12,L(socket_cancel)
#endif