aboutsummaryrefslogtreecommitdiff
path: root/sim/igen
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-12-09 01:40:28 -0500
committerMike Frysinger <vapier@gentoo.org>2021-12-09 01:40:28 -0500
commitde8a2781a57ecb4a852fb5b734bc7ce71bad34c9 (patch)
tree5dd1a01b1d2c0b7e487ce7e2ffc52ad519da1b13 /sim/igen
parentdf5ad102009c41ab4dfadbb8cfb8c8b2a02a4f78 (diff)
downloadfsf-binutils-gdb-de8a2781a57ecb4a852fb5b734bc7ce71bad34c9.zip
fsf-binutils-gdb-de8a2781a57ecb4a852fb5b734bc7ce71bad34c9.tar.gz
fsf-binutils-gdb-de8a2781a57ecb4a852fb5b734bc7ce71bad34c9.tar.bz2
sim: use ## for automake comments
The ## marker tells automake to not include the comment in its generated output, so use that in most places where the comment only makes sense in the inputs.
Diffstat (limited to 'sim/igen')
-rw-r--r--sim/igen/local.mk44
1 files changed, 22 insertions, 22 deletions
diff --git a/sim/igen/local.mk b/sim/igen/local.mk
index 3e3219c..b9812df 100644
--- a/sim/igen/local.mk
+++ b/sim/igen/local.mk
@@ -1,31 +1,31 @@
-# The IGEN simulator generator for GDB, the GNU Debugger.
-#
-# Copyright 2002-2021 Free Software Foundation, Inc.
-#
-# Contributed by Andrew Cagney.
-#
-# This file is part of GDB.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+## The IGEN simulator generator for GDB, the GNU Debugger.
+##
+## Copyright 2002-2021 Free Software Foundation, Inc.
+##
+## Contributed by Andrew Cagney.
+##
+## This file is part of GDB.
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 3 of the License, or
+## (at your option) any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program. If not, see <http://www.gnu.org/licenses/>.
# igen leaks memory, and therefore makes AddressSanitizer unhappy. Disable
# leak detection while running it.
IGEN = %D%/igen$(EXEEXT)
IGEN_RUN = ASAN_OPTIONS=detect_leaks=0 $(IGEN)
-# This makes sure igen is available before building the arch-subdirs which
-# need to run the igen tool.
+## This makes sure igen is available before building the arch-subdirs which
+## need to run the igen tool.
SIM_ALL_RECURSIVE_DEPS += $(IGEN)
# Alias for developers.