Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/arch/sparc/sys/sbrk.S
RevisionDateAuthorComments
 1.11  12-Sep-2013  joerg Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.
 1.10  08-Oct-2007  uwe branches: 1.10.30; 1.10.36;
In handwritten asm use -fPIC code instead of -fpic, our libc has grown
large enough for GOT to be larger than 8k.

While here kill redundant PIC ifdefs in setjmp.S - sparc "call"
instruction is piccy by itself.

Tested by martin@
 1.9  07-Aug-2003  agc branches: 1.9.22;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.8  26-Jun-2000  kleink Thinko in previous: we do always use an internal name.
 1.7  23-Jun-2000  kleink Add internal names for brk() and sbrk().
 1.6  03-Jun-1999  kleink branches: 1.6.8;
Shameless hack to reference end if using a.out and _end if using ELF.
 1.5  31-Mar-1999  kleink While in transition, conditionally rename _ASM_LABEL(cerror) and
_ASM_LABEL(curbrk) to _C_LABEL(__cerror) and _C_LABEL(__curbrk), respectively,
depending on the object format chosen, to avoid user namespace clashes.
 1.4  01-Jul-1998  tv Change immediate label references to _C_LABEL().
 1.3  16-Jul-1997  christos RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in
<machine/asm.h>; Also syscalls should be protected using the SYSLIBC_SCCS
define not LIBC_SCCS
 1.2  10-Feb-1994  pk Insert some Position Independent Code.
 1.1  07-Oct-1993  cgd make an arch directory in libc, and move all machine dirs into it
 1.6.8.1  22-Aug-2000  kleink Pull up revs. 1.7-1.8 (approved by thorpej):
Add internal names for brk(), sbrk() and fork().
 1.9.22.1  06-Nov-2007  matt sync with HEAD
 1.10.36.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.10.30.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed