From c43a438d5eb0a2e19397a4c0fb51ce3a68ed1503 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 21 Apr 2007 05:15:41 +0000 Subject: * as.h (ENABLE_CHECKING): Default define to 0. (know): Assert if ENABLE_CHECKING. (struct relax_type): Remove superfluous declaration. * configure.in (--enable-checking): New. * configure: Regenerate. * config.in: Regenerate. * config/tc-ppc.c (ppc_setup_opcodes): Do checks when ENABLE_CHECKING. Check for duplicate powerpc_operands entries. --- gas/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/config.in') diff --git a/gas/config.in b/gas/config.in index 5bccb79..940e1f8 100644 --- a/gas/config.in +++ b/gas/config.in @@ -29,6 +29,9 @@ /* Supported emulations. */ #undef EMULATIONS +/* Define if you want run-time sanity checks. */ +#undef ENABLE_CHECKING + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS -- cgit v1.1