diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sysdeps/sparc/Dist | 2 |
2 files changed, 8 insertions, 1 deletions
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 <brendan@zen.org> + + * 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 <roland@duality.gnu.ai.mit.edu> * 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 |