From df152cc80e60dc8bf7167a62ee26cb19a9a675d3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 20 Jan 2001 04:33:16 +0000 Subject: Update. * stdlib/jrand48_r.c (__jrand48_r): Correct constructing of results. Reported by Jeff Higham . * stdlib/tst-rand48.c: New file. * stdlib/Makefile (tests): Add tst-rand48. --- stdlib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stdlib/Makefile') diff --git a/stdlib/Makefile b/stdlib/Makefile index a20a30768f..f93dc221b0 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -53,7 +53,8 @@ distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh test-srcs := tst-fmtmsg tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ - tst-xpg-basename tst-random tst-bsearch tst-limits + tst-xpg-basename tst-random tst-bsearch tst-limits \ + tst-rand48 # Several mpn functions from GNU MP are used by the strtod function. -- cgit v1.2.3-65-gdbad