diff options
author | Alan Modra <amodra@gmail.com> | 2007-04-21 05:15:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-04-21 05:15:41 +0000 |
commit | c43a438d5eb0a2e19397a4c0fb51ce3a68ed1503 (patch) | |
tree | 3dd24ccc5105a905d362369120b9c118e42752a0 /gas/config.in | |
parent | 717bbdf18106a202656b1f34c03b02f52b84a849 (diff) | |
download | binutils-gdb-c43a438d5eb0a2e19397a4c0fb51ce3a68ed1503.tar.gz |
* 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.
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index 5bccb79db6c..940e1f82923 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 |