aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
AgeCommit message (Collapse)AuthorFilesLines
1997-03-27mention addr2lineIan Lance Taylor1-0/+5
1997-03-15 * objdump.c (usage): Mention --no-show-raw-insn.Ian Lance Taylor1-9/+13
(long_options): Add "no-show-raw-insn". (disassemble_bytes): Handle --no-show-raw-insn. * binutils.texi, objdump.1: Document --no-show-raw-insn.
1996-12-19 Based on patch from Andrew J Klossner <andrew@pogo.wv.tek.com>:Ian Lance Taylor1-0/+2
* objcopy.c (OPTION_WEAKEN): Define. (copy_options): Add "weaken". (copy_usage): Mention --weaken. (weaken): New static variable. (filter_symbols): Handle weaken. (copy_object): Call filter_symbols if weaken. (copy_main): Handle OPTION_WEAKEN. * binutils.texi, objcopy.1: Document --weaken. PR 11272.
1996-12-15objdump --dynamic-reloc now works with ELFIan Lance Taylor1-0/+5
1996-10-03 * binutils.texi (Target Selection): Document that you can nowIan Lance Taylor1-0/+14
specify targets using configuration triplets.
1996-06-12 * objdump.c (dump_reloc_set): Add sec parameter. Change allIan Lance Taylor1-0/+103
callers. If with_line_numbers is set, display line numbers of relocation entries. * binutils.texi, objdump.1: Document -l with -r.