summaryrefslogtreecommitdiff
path: root/opcodes/cgen-ibld.in
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
commitcba3ca43fa906ab4ad031aa71ab4e488907b7b01 (patch)
tree94d358a045eb6a38bfbd3fab4cd25593f13c36ce /opcodes/cgen-ibld.in
parent1a23bcc745f19db723ccb0382ce56d11f6289e91 (diff)
downloadbinutils-redhat-cba3ca43fa906ab4ad031aa71ab4e488907b7b01.tar.gz
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-ibld.in')
-rw-r--r--opcodes/cgen-ibld.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-ibld.in b/opcodes/cgen-ibld.in
index 6921a53dac..69a5d1116b 100644
--- a/opcodes/cgen-ibld.in
+++ b/opcodes/cgen-ibld.in
@@ -265,7 +265,7 @@ insert_insn_normal (cd, insn, fields, buffer, pc)
static void
put_insn_int_value (cd, buf, length, insn_length, value)
- CGEN_CPU_DESC cd;
+ CGEN_CPU_DESC cd ATTRIBUTE_UNUSED;
CGEN_INSN_BYTES_PTR buf;
int length;
int insn_length;