From bf143b25e9fc72d76625cbc229ef804b9ef42bae Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 15 Feb 2005 12:52:03 +0000 Subject: Fix compile time warning messages --- opcodes/openrisc-desc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'opcodes/openrisc-desc.c') diff --git a/opcodes/openrisc-desc.c b/opcodes/openrisc-desc.c index 989b195864..2ea53e9dc2 100644 --- a/opcodes/openrisc-desc.c +++ b/opcodes/openrisc-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 }, { "openrisc", MACH_OPENRISC }, @@ -52,14 +52,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 = { { "or32", ISA_OR32 }, { "max", ISA_MAX }, { 0, 0 } }; -static const CGEN_ATTR_ENTRY HAS_CACHE_attr[] = +static const CGEN_ATTR_ENTRY HAS_CACHE_attr[] ATTRIBUTE_UNUSED = { { "DATA_CACHE", HAS_CACHE_DATA_CACHE }, { "INSN_CACHE", HAS_CACHE_INSN_CACHE }, -- cgit v1.2.1