[binutils-gdb] sim: common: use #error properly
Michael Frysinger
vapier@sourceware.org
Tue Jan 12 08:52:54 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f220ef633cd8445d620d94f7af2f75dd097b3d13
commit f220ef633cd8445d620d94f7af2f75dd097b3d13
Author: Mike Frysinger <vapier@gentoo.org>
Date: Tue Jan 12 03:51:44 2021 -0500
sim: common: use #error properly
Diff:
---
sim/common/ChangeLog | 4 ++++
sim/common/sim-profile.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 33afbfba469..608a0859ce8 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-12 Mike Frysinger <vapier@gentoo.org>
+
+ * sim-profile.h [!WITH_PROFILE]: Rewrite to use #error.
+
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* acinclude.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_WARNINGS.
diff --git a/sim/common/sim-profile.h b/sim/common/sim-profile.h
index a43d11aafaf..17017c469a4 100644
--- a/sim/common/sim-profile.h
+++ b/sim/common/sim-profile.h
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define SIM_PROFILE_H
#ifndef WITH_PROFILE
-Error, WITH_PROFILE not defined.
+#error "WITH_PROFILE not defined"
#endif
/* Standard profilable entities. */
More information about the Gdb-cvs
mailing list