summaryrefslogtreecommitdiff
path: root/opcodes/m32r-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
commita0beab6bcc8380e9c2b7bec035586f84d14e59ca (patch)
treee31029939bf5cb6c654e826548c1e4f127f2834c /opcodes/m32r-desc.c
parent2986393e2116d8a3a7eea629113edd6833e1ea01 (diff)
downloadbinutils-redhat-a0beab6bcc8380e9c2b7bec035586f84d14e59ca.tar.gz
Fix compile time warning messages
Diffstat (limited to 'opcodes/m32r-desc.c')
-rw-r--r--opcodes/m32r-desc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/m32r-desc.c b/opcodes/m32r-desc.c
index 711aff03bb..dbd21f2da2 100644
--- a/opcodes/m32r-desc.c
+++ b/opcodes/m32r-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 },
{ "m32r", MACH_M32R },
@@ -53,14 +53,14 @@ 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 =
{
{ "m32r", ISA_M32R },
{ "max", ISA_MAX },
{ 0, 0 }
};
-static const CGEN_ATTR_ENTRY PIPE_attr[] =
+static const CGEN_ATTR_ENTRY PIPE_attr[] ATTRIBUTE_UNUSED =
{
{ "NONE", PIPE_NONE },
{ "O", PIPE_O },