diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-04 10:08:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-04 10:08:08 +0000 |
commit | 07dd56a969469ac5b6669b0fbb390019196d2992 (patch) | |
tree | 9452704a6d90a175e32fc76292b6cd1f8965243f /opcodes/disassemble.c | |
parent | 2e32aab953475e6b6c0d039a2de4785d9ed198fd (diff) | |
download | gdb-07dd56a969469ac5b6669b0fbb390019196d2992.zip gdb-07dd56a969469ac5b6669b0fbb390019196d2992.tar.gz gdb-07dd56a969469ac5b6669b0fbb390019196d2992.tar.bz2 |
Have objdump's --help switch document PPC -M options.
Diffstat (limited to 'opcodes/disassemble.c')
-rw-r--r-- | opcodes/disassemble.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c index 4d78a73..4bd0d89 100644 --- a/opcodes/disassemble.c +++ b/opcodes/disassemble.c @@ -367,6 +367,9 @@ disassembler_usage (stream) #ifdef ARCH_arm print_arm_disassembler_options (stream); #endif +#ifdef ARCH_powerpc + print_ppc_disassembler_options (stream); +#endif return; } |