From 5ace96c8149bc84448ae71cbe3f2f56e2934d566 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Mon, 20 Feb 1995 08:49:29 +0000 Subject: [PATCH] Sun Feb 19 20:10:43 1995 Brendan Kehoe * sysdeps/sparc/mul.S: Renamed to `dotmul.S'. * sysdeps/sparc/Makefile (routines): Reference `dotmul.S', not `mul.S', to avoid a misreference that would override sysdeps/generic/mul.c. * sysdeps/sparc/Dist: Likewise. --- ChangeLog | 7 +++++++ sysdeps/sparc/Dist | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4ea5a585e5..b056ee7ca8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Feb 19 20:10:43 1995 Brendan Kehoe + + * sysdeps/sparc/mul.S: Renamed to `dotmul.S'. + * sysdeps/sparc/Makefile (routines): Reference `dotmul.S', not `mul.S', + to avoid a misreference that would override sysdeps/generic/mul.c. + * sysdeps/sparc/Dist: Likewise. + Sun Feb 19 17:46:13 1995 Roland McGrath * posix/Makefile (aux): Add environ. diff --git a/sysdeps/sparc/Dist b/sysdeps/sparc/Dist index 49cd4dc7e0..ef6c44f78e 100644 --- a/sysdeps/sparc/Dist +++ b/sysdeps/sparc/Dist @@ -1,4 +1,4 @@ DEFS.h -mul.S umul.S +dotmul.S umul.S divrem.m4 sdiv.S udiv.S rem.S urem.S alloca.S -- 2.11.4.GIT