mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
b27d204648
* ar.c (get_pos_bfd): Fix to handling of before/after positioning options. * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue, since libiberty contains vfprintf etc if otherwise missing. * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL type operands, as used by branch instructions. * nm.c: Delegate printing of symbols to BFD, by using bfd_print_symbol to do the formatting.
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
OLD:
|
|
|
|
o - merge:
|
|
copy and strip
|
|
ar and ranlib
|
|
nm, size, and objdump
|
|
|
|
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)
|