aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2001-03-22 04:05:03 +0000
committerBen Elliston <bje@au.ibm.com>2001-03-22 04:05:03 +0000
commitfca2040b459acf56e7ea9b7fb7a74884ff92832e (patch)
tree18edf1034e0ea8a245d8366d3b63bb7dcf014781 /opcodes/cgen-asm.in
parent2001-03-21 Kazu Hirata <kazu@hxi.com> (diff)
downloadbinutils-gdb-fca2040b459acf56e7ea9b7fb7a74884ff92832e.tar.gz
binutils-gdb-fca2040b459acf56e7ea9b7fb7a74884ff92832e.tar.bz2
binutils-gdb-fca2040b459acf56e7ea9b7fb7a74884ff92832e.zip
2001-03-22 Ben Elliston <bje@redhat.com>
* cgen-asm.in (@arch@_cgen_assemble_insn): Move tmp_errmsg declaration inside CGEN_VERBOSE_ASSEMBLER_ERRORS conditional. * cgen-ibld.in (put_insn_int_value): Mark cd parameter as unused to allay a compiler warning.
Diffstat (limited to 'opcodes/cgen-asm.in')
-rw-r--r--opcodes/cgen-asm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-asm.in b/opcodes/cgen-asm.in
index 7249708ebb0..aba8e46c2af 100644
--- a/opcodes/cgen-asm.in
+++ b/opcodes/cgen-asm.in
@@ -262,9 +262,9 @@ const CGEN_INSN *
{
static char errbuf[150];
+#ifdef CGEN_VERBOSE_ASSEMBLER_ERRORS
const char *tmp_errmsg;
-#ifdef CGEN_VERBOSE_ASSEMBLER_ERRORS
/* If requesting verbose error messages, use insert_errmsg.
Failing that, use parse_errmsg */
tmp_errmsg = (insert_errmsg ? insert_errmsg :