* disassemble.c (disassembler_usage): Add unused attribute.

This commit is contained in:
Andreas Jaeger 2001-06-23 16:07:06 +00:00
parent 49b4e38678
commit 7f32bebcaa
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-06-23 Andreas Jaeger <aj@suse.de>
* disassemble.c (disassembler_usage): Add unused attribute.
2001-06-22 Eric Christopher <echristo@redhat.com>
* mips-opc.c: Move prefx to start of the table.
@ -145,7 +149,7 @@
2001-05-14 J.T. Conklin <jtc@redback.com>
* ppc-opc.c (powerpc_opcodes): Fixed extended opcode field of
simplified mnemonics used for setting PPC750-specific special
simplified mnemonics used for setting PPC750-specific special
purpose registers.
2001-05-12 H.J. Lu <hjl@gnu.org>

View File

@ -322,7 +322,7 @@ disassembler (abfd)
void
disassembler_usage (stream)
FILE * stream;
FILE * stream ATTRIBUTE_UNUSED;
{
#ifdef ARCH_arm
print_arm_disassembler_options (stream);