glibc/stdlib
Ulrich Drepper aeba9785a6 Update.
2001-03-16  David Mosberger  <davidm@hpl.hp.com>

	* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
	Drop hack that was needed for 2.1.1 kernel headers.

	* sysdeps/unix/sysv/linux/ia64/ucontext_i.h: New file.

	* sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Rewrite to make it
	overlay with kernel's "struct sigcontext".

	* sysdeps/unix/sysv/linux/ia64/Makefile (sysdep_headers): Add
	sys/rse.h for "misc" subdir.
	(sysdep_routines): Add __start_context for "stdlib" subdir.

	* sysdeps/unix/sysv/linux/ia64/sys/rse.h: New file (based on
	kernel file of the same name).

	* stdlib/Makefile (tests): Add tst-setcontext.
	* stdlib/tst-setcontext.c: New file (based on a sample program by
	Uli Drepper).

	* sysdeps/unix/sysv/linux/ia64/setcontext.S: New file.
	* sysdeps/unix/sysv/linux/ia64/getcontext.S: New file.
	* sysdeps/unix/sysv/linux/ia64/__start_context.S: New file.
	* sysdeps/unix/sysv/linux/ia64/makecontext.c: New file.

	* sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): Use extr.u
	instead of shift & and.
2001-03-16 21:07:22 +00:00
..
.cvsignore
Makefile Update. 2001-03-16 21:07:22 +00:00
Versions Remove __new_exitfn. 2001-03-05 20:43:07 +00:00
a64l.c
abs.c
alloca.h
atexit.c Update. 2001-02-26 17:53:15 +00:00
atof.c
atoi.c
atol.c
atoll.c
bsearch.c
bug-strtod.c Update. 2001-02-07 08:31:01 +00:00
canonicalize.c
cxa_atexit.c Update. 2001-02-26 17:53:15 +00:00
cxa_finalize.c Update. 2001-01-12 07:29:55 +00:00
drand48-iter.c Update. 2001-01-21 16:54:08 +00:00
drand48.c Update. 2001-01-21 16:54:08 +00:00
drand48_r.c Update. 2001-01-21 16:54:08 +00:00
erand48.c
erand48_r.c Update. 2001-01-21 16:54:08 +00:00
exit.c Update. 2001-01-12 07:29:55 +00:00
exit.h Update. 2001-01-12 07:29:55 +00:00
fmtmsg.c Update. 2000-10-27 23:37:52 +00:00
fmtmsg.h
fpioconst.c
fpioconst.h
gen-mpn-copy
getsubopt.c
gmp-impl.h
gmp.h
grouping.h
isomac.c
jrand48.c
jrand48_r.c Update. 2001-01-21 16:54:08 +00:00
l64a.c Update. 2000-12-06 22:09:46 +00:00
lcong48.c
lcong48_r.c Update. 2001-01-21 16:54:08 +00:00
longlong.h Don't use multi-line strings. 2001-03-04 20:01:15 +00:00
lrand48.c Update. 2001-01-21 16:54:08 +00:00
lrand48_r.c Update. 2001-01-21 16:54:08 +00:00
mblen.c
mbstowcs.c
mbtowc.c
monetary.h Update. 2000-12-29 22:21:02 +00:00
mp_clz_tab.c
mrand48.c Update. 2001-01-21 16:54:08 +00:00
mrand48_r.c Update. 2001-01-21 16:54:08 +00:00
msort.c (qsort): Don't use alloca in a function call. 2001-03-05 19:14:54 +00:00
nrand48.c
nrand48_r.c
old_atexit.c Update. 2001-02-26 17:53:15 +00:00
on_exit.c
qsort.c
rand.c
rand_r.c
random.c Update. 2001-01-27 07:07:07 +00:00
random_r.c
rpmatch.c * stdio-common/printf_fp.c (__printf_fp): Add prototype for nested 2000-12-27 20:18:52 +00:00
secure-getenv.c
seed48.c Update. 2001-01-21 16:54:08 +00:00
seed48_r.c Update. 2001-01-21 16:54:08 +00:00
srand48.c
srand48_r.c Update. 2001-01-21 16:54:08 +00:00
stdlib.h Update. 2001-02-06 18:27:57 +00:00
strfmon.c Update. 2001-02-07 19:07:39 +00:00
strfmon_l.c
strtod.c Never stop prematurely reading digits before the decimal point is found. Compute exponent limit for negative exponents correctly. For numbers ending in all zeros eat the zeroes even before the decimal point if the exponent is negative. 2001-02-07 08:28:15 +00:00
strtod_l.c
strtof.c
strtof_l.c
strtold_l.c
test-canon.c Update. 2000-12-05 08:17:58 +00:00
test-canon2.c
testdiv.c
testdiv.input
testmb.c
testrand.c
testsort.c Update. 2000-12-05 08:17:58 +00:00
tst-bsearch.c Update. 2000-09-07 14:54:03 +00:00
tst-environ.c
tst-fmtmsg.c Update. 2000-10-27 23:37:52 +00:00
tst-fmtmsg.sh * stdlib/Makefile (tests): Don't run tst-fmtmsg when 2001-02-10 23:07:18 +00:00
tst-limits.c Update. 2000-11-25 01:26:30 +00:00
tst-rand48.c Update. 2001-01-20 04:33:16 +00:00
tst-random.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-setcontext.c Update. 2001-03-16 21:07:22 +00:00
tst-strtod.c Update. 2001-01-24 22:13:39 +00:00
tst-strtol.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-strtoll.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-xpg-basename.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
ucontext.h
wcstombs.c
wctomb.c
xpg_basename.c