summaryrefslogtreecommitdiff
path: root/opcodes/xstormy16-desc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-02-15 12:52:03 +0000
committerNick Clifton <nickc@redhat.com>2005-02-15 12:52:03 +0000
commitbf143b25e9fc72d76625cbc229ef804b9ef42bae (patch)
tree0800c782c2d777a4039d7601001745a471c76a3b /opcodes/xstormy16-desc.c
parent7b347e436d891e39488be78a0e7fccb51de7b3c0 (diff)
downloadbinutils-gdb-bf143b25e9fc72d76625cbc229ef804b9ef42bae.tar.gz
Fix compile time warning messages
Diffstat (limited to 'opcodes/xstormy16-desc.c')
-rw-r--r--opcodes/xstormy16-desc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/xstormy16-desc.c b/opcodes/xstormy16-desc.c
index 1c94fd7d853..96d63f42c98 100644
--- a/opcodes/xstormy16-desc.c
+++ b/opcodes/xstormy16-desc.c
@@ -2,7 +2,7 @@
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 1996-2004 Free Software Foundation, Inc.
This file is part of the GNU Binutils and/or GDB, the GNU debugger.
@@ -43,7 +43,7 @@ static const CGEN_ATTR_ENTRY bool_attr[] =
{ 0, 0 }
};
-static const CGEN_ATTR_ENTRY MACH_attr[] =
+static const CGEN_ATTR_ENTRY MACH_attr[] ATTRIBUTE_UNUSED =
{
{ "base", MACH_BASE },
{ "xstormy16", MACH_XSTORMY16 },
@@ -51,7 +51,7 @@ static const CGEN_ATTR_ENTRY MACH_attr[] =
{ 0, 0 }
};
-static const CGEN_ATTR_ENTRY ISA_attr[] =
+static const CGEN_ATTR_ENTRY ISA_attr[] ATTRIBUTE_UNUSED =
{
{ "xstormy16", ISA_XSTORMY16 },
{ "max", ISA_MAX },