CVSROOT:        /cvs
Module name:    src
Changes by:     an...@cvs.openbsd.org   2018/09/18 12:25:31

Modified files:
        gnu/usr.bin/binutils-2.17/binutils: addr2line.c 
        gnu/usr.bin/binutils-2.17/binutils/doc: binutils.texi 

Log message:
Backport support for option -a to addr2line, which will display each address
given as input before the resolved source location. This change was introduced
to bintutils after the switch from GPLv2 but the author Tristan Gingold granted
me permission relicense the diff under GPLv2; thanks!

Taken as is from binutils commit be6f64938f985dfb0eaa2107b99f193bb865ce04

This option is used by the syzkaller kernel fuzzer to produce a human readable
representation of the coverage collected by kcov.

ok deraadt@ jca@ visa@

Reply via email to