* or32-opc.c (debug): Warning fix.
* po/POTFILES.in: Regenerate.
This commit is contained in:
parent
ca4f237785
commit
5da8bf1b0b
3 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
||||||
2004-11-19 Alan Modra <amodra@bigpond.net.au>
|
2004-11-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* or32-opc.c (debug): Warning fix.
|
||||||
|
* po/POTFILES.in: Regenerate.
|
||||||
|
|
||||||
* maxq-dis.c: Formatting.
|
* maxq-dis.c: Formatting.
|
||||||
(print_insn): Warning fix.
|
(print_insn): Warning fix.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Table of opcodes for the OpenRISC 1000 ISA.
|
/* 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).
|
Contributed by Damjan Lampret (lampret@opencores.org).
|
||||||
|
|
||||||
This file is part of gen_or1k_isa, or1k, GDB and GAS.
|
This file is part of gen_or1k_isa, or1k, GDB and GAS.
|
||||||
|
@ -345,10 +345,8 @@ const struct or32_opcode or32_opcodes[] =
|
||||||
static void debug PARAMS ((int, const char *, ...));
|
static void debug PARAMS ((int, const char *, ...));
|
||||||
|
|
||||||
static void
|
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
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,7 @@ m68hc11-opc.c
|
||||||
m68k-dis.c
|
m68k-dis.c
|
||||||
m68k-opc.c
|
m68k-opc.c
|
||||||
m88k-dis.c
|
m88k-dis.c
|
||||||
|
maxq-dis.c
|
||||||
mcore-dis.c
|
mcore-dis.c
|
||||||
mcore-opc.h
|
mcore-opc.h
|
||||||
mips16-opc.c
|
mips16-opc.c
|
||||||
|
|
Loading…
Reference in a new issue