diff options
author | Nick Clifton <nickc@redhat.com> | 2005-02-15 12:52:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-02-15 12:52:03 +0000 |
commit | bf143b25e9fc72d76625cbc229ef804b9ef42bae (patch) | |
tree | 0800c782c2d777a4039d7601001745a471c76a3b /opcodes/openrisc-desc.h | |
parent | 7b347e436d891e39488be78a0e7fccb51de7b3c0 (diff) | |
download | gdb-bf143b25e9fc72d76625cbc229ef804b9ef42bae.zip gdb-bf143b25e9fc72d76625cbc229ef804b9ef42bae.tar.gz gdb-bf143b25e9fc72d76625cbc229ef804b9ef42bae.tar.bz2 |
Fix compile time warning messages
Diffstat (limited to 'opcodes/openrisc-desc.h')
-rw-r--r-- | opcodes/openrisc-desc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/openrisc-desc.h b/opcodes/openrisc-desc.h index 0c7df17..e15292e 100644 --- a/opcodes/openrisc-desc.h +++ b/opcodes/openrisc-desc.h @@ -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. @@ -244,6 +244,7 @@ extern const CGEN_ATTR_TABLE openrisc_cgen_insn_attr_table[]; extern CGEN_KEYWORD openrisc_cgen_opval_h_gr; +extern const CGEN_HW_ENTRY openrisc_cgen_hw_table[]; |