Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/m68k/gen fix another mergeo
details: https://anonhg.NetBSD.org/src/rev/dc3079d77e56
branches: trunk
changeset: 447857:dc3079d77e56
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Jan 27 02:42:32 2019 +0000
description:
fix another mergeo
diffstat:
lib/libc/arch/m68k/gen/fabs.S | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (22 lines):
diff -r 49d1b3017cff -r dc3079d77e56 lib/libc/arch/m68k/gen/fabs.S
--- a/lib/libc/arch/m68k/gen/fabs.S Sun Jan 27 02:40:49 2019 +0000
+++ b/lib/libc/arch/m68k/gen/fabs.S Sun Jan 27 02:42:32 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fabs.S,v 1.13 2019/01/27 02:08:35 pgoyette Exp $ */
+/* $NetBSD: fabs.S,v 1.14 2019/01/27 02:42:32 dholland Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -32,11 +32,7 @@
#include <machine/asm.h>
#include <machine/math.h>
-RCSID("$NetBSD: fabs.S,v 1.13 2019/01/27 02:08:35 pgoyette Exp $")
-
-#ifndef __HAVE_LONG_DOUBLE
-STRONG_ALIAS(fabsl, fabs)
-#endif
+RCSID("$NetBSD: fabs.S,v 1.14 2019/01/27 02:42:32 dholland Exp $")
#ifndef __HAVE_LONG_DOUBLE
STRONG_ALIAS(fabsl, fabs)
Home |
Main Index |
Thread Index |
Old Index