Home | History | Annotate | Download | only in sparc
History log of /src/lib/libc/arch/sparc/Makefile.inc
RevisionDateAuthorComments
 1.17  03-Sep-2023  mrg avoid array-bounds issues by using more complete types.

also, don't cast to a type that includes an extra, unused, member.

while here, replace the hard coded offsets in setjmp.S and some
asserts in longjmp.c with assym.h and shared structures for all
the movings parts, and asserts based upon those structures.

avoids GCC 12 warnings.
 1.16  31-Oct-2021  thorpej Tidy up how __sigaction14_sigtramp.c is added to SRCS.
 1.15  12-Jul-2014  nakayama Include sparc_v8 library into sparc64 32-bit compat libc library.
 1.14  12-Apr-2011  mrg branches: 1.14.10; 1.14.20;
rm -f ${.TARGET} before trying to > write to it; some how mine ended up
being mode 444 and the build failed.
 1.13  26-Oct-2008  mrg branches: 1.13.4;
define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build.
 1.12  17-Jun-2006  uwe G/c KMSRCS and KMINCLUDES now that we have common/lib/libc
 1.11  15-Oct-2005  uwe Switch sparc to the new compat code layout.
 1.10  20-Apr-2005  jmc Don't use 'm4' here. Use $TOOL_M4 instead.
 1.9  12-Oct-2003  pk SIGINFO __sigaction & trampoline code.
 1.8  27-Oct-2002  chs remove setjmp/longjmp from libkern, they're not used.
 1.7  10-Jul-2002  thorpej Enable the libc-provided signal trampoline. The old __sigaction14
entry point has been replaced by the new __sigaction14() which is a
wrapper around the __sigaction_sigtramp system call (which is itself
not directly exposed outside of libc).

No shared library version change is necessary; no new symbols
are exposed outside of libc.
 1.6  09-Oct-1997  lukem branches: 1.6.14;
rcsid police
 1.5  18-Nov-1996  pk Remove reference to DEFS.h
 1.4  30-Jun-1994  deraadt set KMSRCS & friends
 1.3  08-Dec-1993  pk Fix location of sources -> arch/sparc
 1.2  04-Dec-1993  cgd update for .S and MACHINE_ARCH
 1.1  07-Oct-1993  cgd make an arch directory in libc, and move all machine dirs into it
 1.6.14.2  11-Nov-2002  nathanw Catch up to -current
 1.6.14.1  01-Aug-2002  nathanw Catch up to -current.
 1.13.4.2  26-Oct-2008  mrg define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build.
 1.13.4.1  26-Oct-2008  mrg file Makefile.inc was added on branch christos-time_t on 2008-10-26 07:43:08 +0000
 1.14.20.1  10-Aug-2014  tls Rebase.
 1.14.10.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed