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/2628d7f7b77e
branches:  trunk
changeset: 448214:2628d7f7b77e
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 23c92d2b9a2c -r 2628d7f7b77e 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