X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2For32-opc.c;h=a29453ea1c39dee1cc563d1e20b9927d0074bbfe;hb=f4321104139af96b8cc3d4946b4e5233d9fa1eab;hp=8ccdfb1e5e667de9817aa38c51fa30efee3d11b8;hpb=5e37cc467605bb1dc2e791806b55a3ca52702d99;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/or32-opc.c b/opcodes/or32-opc.c index 8ccdfb1e5e..a29453ea1c 100644 --- a/opcodes/or32-opc.c +++ b/opcodes/or32-opc.c @@ -1,5 +1,5 @@ /* Table of opcodes for the OpenRISC 1000 ISA. - Copyright 2002 Free Software Foundation, Inc. + Copyright 2002, 2004 Free Software Foundation, Inc. Contributed by Damjan Lampret (lampret@opencores.org). This file is part of gen_or1k_isa, or1k, GDB and GAS. @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ /* We treat all letters the same in encode/decode routines so we need to assign some characteristics to them like signess etc. */ @@ -345,10 +345,8 @@ const struct or32_opcode or32_opcodes[] = static void debug PARAMS ((int, const char *, ...)); static void -debug (int level, const char *format, ...) +debug (int level ATTRIBUTE_UNUSED, const char *format ATTRIBUTE_UNUSED, ...) { - /* Just to get rid of warnings. */ - format = (char *) level = 0; } #endif