mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
a9f5cf7be2
$(tooldir)/bin; needed for building libgcc.a. * objdump.c (objdump_print_address): Fix the check "coincidental" label matches by dis-allowing undefined or com symbols.
21 lines
537 B
Plaintext
21 lines
537 B
Plaintext
o - strip
|
|
Make faster by using ftruncate if available (and format is suitable).
|
|
|
|
o - nm, objdump
|
|
add option to demangle C++ names
|
|
|
|
o - See also ../ld/TODO and ../bfd/TODO.
|
|
|
|
o - ar q is flakey: e.g. doesn't handle long file names properly.
|
|
|
|
o - objdump -d: Print relocatable addresses intelligently.
|
|
|
|
OLD:
|
|
|
|
o - make the long options more consistent.
|
|
|
|
o - make ATT and BSD versions -- perhaps the options should be
|
|
controlled by an environment variable.
|
|
|
|
o - Calling +help or +version should exit with a successful status (ie 0)
|