Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): remove unintended noinline from previo...



details:   https://anonhg.NetBSD.org/src/rev/392d4d2dda56
branches:  trunk
changeset: 938626:392d4d2dda56
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Sep 12 16:24:20 2020 +0000

description:
make(1): remove unintended noinline from previous commit

diffstat:

 usr.bin/make/targ.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r dd6026bdd4da -r 392d4d2dda56 usr.bin/make/targ.c
--- a/usr.bin/make/targ.c       Sat Sep 12 16:22:32 2020 +0000
+++ b/usr.bin/make/targ.c       Sat Sep 12 16:24:20 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: targ.c,v 1.85 2020/09/12 16:22:32 rillig Exp $ */
+/*     $NetBSD: targ.c,v 1.86 2020/09/12 16:24:20 rillig Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
  */
 
 #ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: targ.c,v 1.85 2020/09/12 16:22:32 rillig Exp $";
+static char rcsid[] = "$NetBSD: targ.c,v 1.86 2020/09/12 16:24:20 rillig Exp $";
 #else
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static char sccsid[] = "@(#)targ.c     8.2 (Berkeley) 3/19/94";
 #else
-__RCSID("$NetBSD: targ.c,v 1.85 2020/09/12 16:22:32 rillig Exp $");
+__RCSID("$NetBSD: targ.c,v 1.86 2020/09/12 16:24:20 rillig Exp $");
 #endif
 #endif /* not lint */
 #endif
@@ -368,7 +368,7 @@
     mainTarg = gn;
 }
 
-static void __attribute__((noinline))
+static void
 PrintNodeNames(Lst gnodes)
 {
     LstNode node;



Home | Main Index | Thread Index | Old Index