[ -s | --full-contents ] [ --stabs ]
[ -t | --syms ] [ -T | --dynamic-syms ] [ -x | --all-headers ]
[ -w | --wide ] [ --start-address=@var{address} ]
- [ --stop-address=@var{address} ] [ --show-raw-insn ]
+ [ --stop-address=@var{address} ]
+ [ --prefix-addresses] [ --show-raw-insn ]
[ --version ] [ --help ]
@var{objfile}@dots{}
@end smallexample
architecture information, such as S-records. You can list the available
architectures with the @samp{-i} option.
+@item --prefix-addresses
+When disassembling, print the complete address on each line. This is
+the older disassembly format.
+
@item -r
@itemx --reloc
@cindex relocation entries, in object file
@item --show-raw-insn
When disassembling instructions, print the instruction in hex as well as
-in symbolic form. Not all targets handle this correctly yet.
+in symbolic form. This is the default except when
+@code{--prefix-addresses} is used.
@item --stabs
@cindex stab
.RB " | " "\-\-architecture="\c
.I machine\c
\&\|]
+.RB "[\|" \-\-prefix\-addresses "\|]"
.RB "[\|" \-r | \-\-reloc "\|]"
.RB "[\|" \-R | \-\-dynamic\-reloc "\|]"
.RB "[\|" \-s | \-\-full\-contents "\|]"
architecture information, such as S-records. You can list the available
architectures with the \fB\-i\fP option.
+.TP
+.B \-\-prefix\-addresses
+When disassembling, print the complete address on each line. This is
+the older disassembly format.
+
.TP
.B \-r
.TP
\fB-d\fP.
.TP
-.B \-\-show-raw-insn
+.B \-\-show\-raw\-insn
When disassembling instructions, print the instruction in hex as well as
-in symbolic form. Not all targets handle this correctly yet.
+in symbolic form. This is the default except when
+.B \-\-prefix\-addresses
+is used.
.TP
.B \-\-stabs