Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/alpha/gen Don't intentionally enable integer o...
details: https://anonhg.NetBSD.org/src/rev/753f4c5a4da0
branches: trunk
changeset: 521024:753f4c5a4da0
user: ross <ross%NetBSD.org@localhost>
date: Mon Jan 21 23:40:41 2002 +0000
description:
Don't intentionally enable integer overflow traps (ITOH Yasufumi)
Closes port-alpha/10065
diffstat:
lib/libc/arch/alpha/gen/divrem.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 79f9b7b6f7b5 -r 753f4c5a4da0 lib/libc/arch/alpha/gen/divrem.m4
--- a/lib/libc/arch/alpha/gen/divrem.m4 Mon Jan 21 23:35:14 2002 +0000
+++ b/lib/libc/arch/alpha/gen/divrem.m4 Mon Jan 21 23:40:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: divrem.m4,v 1.8 2000/06/14 06:49:01 cgd Exp $ */
+/* $NetBSD: divrem.m4,v 1.9 2002/01/21 23:40:41 ross Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -171,7 +171,7 @@
ifelse(S, `true',
`
/* Check to see if we should negate it. */
- subqv zero, RESULT, T_0
+ subq zero, RESULT, T_0
cmovlbs NEG, T_0, RESULT
')
Home |
Main Index |
Thread Index |
Old Index