Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/sys/sbrk.S,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/arch/x86_64/sys/sbrk.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/lib/libc/arch/x86_64/sys/sbrk.S 2011/11/18 20:43:01 1.4 +++ src/lib/libc/arch/x86_64/sys/sbrk.S 2013/09/12 15:36:16 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: sbrk.S,v 1.4 2011/11/18 20:43:01 joerg Exp $ */ +/* $NetBSD: sbrk.S,v 1.5 2013/09/12 15:36:16 joerg Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -36,7 +36,7 @@ #include #if defined(SYSLIBC_SCCS) && !defined(lint) - RCSID("$NetBSD: sbrk.S,v 1.4 2011/11/18 20:43:01 joerg Exp $") + RCSID("$NetBSD: sbrk.S,v 1.5 2013/09/12 15:36:16 joerg Exp $") #endif /* SYSLIBC_SCCS and not lint */ #include "SYS.h" @@ -53,7 +53,7 @@ CURBRK: .quad _end .text ENTRY(_sbrk) -#ifdef PIC +#ifdef __PIC__ movq PIC_GOT(CURBRK),%rdx movq (%rdx),%rax test %rdi,%rdi