aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-06-23 16:07:06 +0000
committerAndreas Jaeger <aj@suse.de>2001-06-23 16:07:06 +0000
commit7f32bebcaa57910d962b97014809f1937ff5c1fc (patch)
treeec8b2ccb052f564e8cc1e01aba6d997fb32ddfb1 /opcodes
parent49b4e3867814ae0c7ddb9b26c91e3f9beb5e005a (diff)
downloadgdb-7f32bebcaa57910d962b97014809f1937ff5c1fc.zip
gdb-7f32bebcaa57910d962b97014809f1937ff5c1fc.tar.gz
gdb-7f32bebcaa57910d962b97014809f1937ff5c1fc.tar.bz2
* disassemble.c (disassembler_usage): Add unused attribute.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/disassemble.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 34624fb..8c0351d 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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>
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c
index ffa0990..c085176 100644
--- a/opcodes/disassemble.c
+++ b/opcodes/disassemble.c
@@ -322,7 +322,7 @@ disassembler (abfd)
void
disassembler_usage (stream)
- FILE * stream;
+ FILE * stream ATTRIBUTE_UNUSED;
{
#ifdef ARCH_arm
print_arm_disassembler_options (stream);