aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/aarch64/nptl
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-05-23 15:44:23 -0400
committerRichard Henderson <rth@redhat.com>2014-06-03 11:04:04 -0400
commit111cc714894d71fdc31c04e56b1bcd41b2680269 (patch)
tree5d69bd81441b97d5880c0e27c194dc1de7f37b01 /sysdeps/unix/sysv/linux/aarch64/nptl
parentccc39911132db27b385b4dd196cf2bb82f2d03c2 (diff)
downloadglibc-111cc714894d71fdc31c04e56b1bcd41b2680269.tar
glibc-111cc714894d71fdc31c04e56b1bcd41b2680269.tar.gz
glibc-111cc714894d71fdc31c04e56b1bcd41b2680269.tar.bz2
glibc-111cc714894d71fdc31c04e56b1bcd41b2680269.zip
aarch64: Consolidate NPTL/non versions of clone
At the same time, rely on non-clobbered registers across syscall so that we eliminate the stack frame that we previously ignored in the unwind info.
Diffstat (limited to 'sysdeps/unix/sysv/linux/aarch64/nptl')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/nptl/clone.S21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/nptl/clone.S b/sysdeps/unix/sysv/linux/aarch64/nptl/clone.S
deleted file mode 100644
index 281be3b670..0000000000
--- a/sysdeps/unix/sysv/linux/aarch64/nptl/clone.S
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
-
- This file is part of the GNU C Library.
-
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of the
- License, or (at your option) any later version.
-
- The GNU C Library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
-
-#define RESET_PID
-#include <tcb-offsets.h>
-#include "../clone.S"