[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: "Todd C. Miller" <millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Fri, 2 May 2003 13:20:27 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2003/05/02 13:20:26
Modified files:
lib/libc/arch/alpha/gen: Makefile.inc
lib/libc/arch/hppa/gen: Makefile.inc
lib/libc/arch/m88k/gen: Makefile.inc
lib/libc/arch/mips/gen: Makefile.inc
lib/libc/arch/powerpc/gen: Makefile.inc
lib/libc/arch/sparc/gen: Makefile.inc
lib/libc/arch/sparc64/gen: Makefile.inc
Added files:
lib/libc/gen : alloca.c
Log message:
Add Doug Gwyn's portable alloca() for platforms w/o an assembler
version. Normally, gcc provides its own alloca() (unless -fno-builtin
is specified). The C version is decidedly suboptimal--we really
need proper assembler versions but this will work as a stop-gap
measure.
Visit your host, monkey.org