From 1eb687d0b865ea0d97bb774b23a764f1c4369475 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Feb 1998 11:59:55 +0000 Subject: Update. 1998-02-11 19:16 Richard Henderson * stdlib/strtod.c (STRTOF): Don't call lshift with zero count. * isomac.c: Move to... * stdlib/isomac.c: ...here. * Makefile: Move rules for handling isomac... * stdlib/Makefile: ...to here. --- stdlib/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'stdlib/Makefile') diff --git a/stdlib/Makefile b/stdlib/Makefile index 3de9ff9891..cd33f1f90f 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -49,7 +49,7 @@ routines := \ strtoimax strtoumax wcstoimax wcstoumax \ getcontext setcontext makecontext swapcontext -distribute := exit.h grouping.h abort-instr.h +distribute := exit.h grouping.h abort-instr.h isomac.c tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon @@ -65,6 +65,7 @@ routines := $(strip $(routines) $(mpn-routines)) \ aux := mp_clz_tab fpioconst distribute := $(distribute) $(mpn-headers) gen-mpn-copy fpioconst.h +generated += isomac isomac.out include ../Rules @@ -117,3 +118,10 @@ clean-mpn: rm -f $(mpn-stuff) endif + +# Run a test on the header files we use. +tests: $(objpfx)isomac + $(dir $<)$(notdir $<) '$(CC)' '-I../include -I.. $(+sysdep-includes)' > $<.out + +$(objpfx)isomac: isomac.c + $(native-compile) -- cgit v1.2.3