diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-22 00:39:44 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-22 00:39:44 -0400 |
commit | f51fb26dbcceee9e48d10facc830bd4a549f6cc2 (patch) | |
tree | 26ff296cf5b238c064cf1d7929ac328412203579 /libc/sysdeps/linux/sparc/fork.S | |
parent | 168457afa6a03e4165297985b6ec2d90c83d43c6 (diff) |
sparc: use HIDDEN_JUMPTARGET for errno
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/sysdeps/linux/sparc/fork.S')
-rw-r--r-- | libc/sysdeps/linux/sparc/fork.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sparc/fork.S b/libc/sysdeps/linux/sparc/fork.S index 00157cffd..7ead409f0 100644 --- a/libc/sysdeps/linux/sparc/fork.S +++ b/libc/sysdeps/linux/sparc/fork.S @@ -33,7 +33,7 @@ __libc_fork: bcc,a 9000f nop save %sp,-96,%sp - call __errno_location + call HIDDEN_JUMPTARGET(__errno_location) nop st %i0,[%o0] jmpl %i7+8,%g0 |