History log of /netbsd-src/lib/libc/arch/powerpc/sys/pipe.S (Results 1 – 9 of 9)
Revision Date Author Comments
# 38dcdc34 23-Aug-2014 matt <matt@NetBSD.org>

Minimize differences between powerpc and powerpc64
Fix powerpc64 assembly to use right instructions for 64bit CPUs.
Use hidden for __curbrk and __minbrk to avoid GOT/TOC relocations.


# cf88c389 15-Jan-2011 matt <matt@NetBSD.org>

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S files.
[this is all in preperation for secure plt support]

show more ...


# 1cddd41e 30-Jul-2002 matt <matt@NetBSD.org>

Convert to use register prefixes. (0 -> %r0, etc.)


# 82fd76bb 28-Sep-2000 kleink <kleink@NetBSD.org>

Need an internal name for pipe(2).


# 6348b7d5 14-Jan-1999 kleink <kleink@NetBSD.org>

* On architectures using ELF, and conditionally on those in transition, rename
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and
_C_LABEL(__curbrk) (or their respective architecture

* On architectures using ELF, and conditionally on those in transition, rename
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and
_C_LABEL(__curbrk) (or their respective architecture-specific equivalents) to
avoid possible name clashes with identifiers used in user applications.
* Do the same for minbrk on all architectures to avoid a GCC-specific (and
on ELF architectures effectively useless) symbol reference renaming in MI code.

show more ...


# 106908bd 24-Nov-1998 tsubai <tsubai@NetBSD.org>

Add PIC version.


# b1009f3d 25-May-1998 ws <ws@NetBSD.org>

Use asm.h defines for symbols


# c523f015 25-May-1998 ws <ws@NetBSD.org>

Remove long obsolete copyright (should have been done before initial import)


# 5ef4bdf6 29-Mar-1997 thorpej <thorpej@NetBSD.org>

Architecture-specific bits for libc on the PowerPC. From Wolfgang
Solfrank <ws@tools.de>