]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ctf: cater for elfutils 0.156 change in dwfl_report_elf() prototype
authorNick Alcock <nick.alcock@oracle.com>
Thu, 23 Jan 2014 23:20:22 +0000 (23:20 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:29:27 +0000 (15:29 +0100)
commit5a5cab5f6e10cb14234b1ba76a6ba9e0aa2ec27e
tree9204d9c551977a652e8dc10ae7971091773e1968
parentafc27cb58e90875f574f5910a77420cbde9be16b
ctf: cater for elfutils 0.156 change in dwfl_report_elf() prototype

This version of elfutils breaks source compatibility, adding a new parameter to
dwfl_report_elf().  Compensate for this in a manner that does not break
compilation with older elfutils.

Orabug: 18117421
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Jerry Snitselaar <jerry.snitselaar@oracle.com>
scripts/Makefile
scripts/dwarf2ctf/Makefile
scripts/dwarf2ctf/dwarf2ctf.c
scripts/dwarf2ctf/eu_simple.c [new file with mode: 0644]
scripts/eu_simple.c [new file with mode: 0644]
scripts/eu_simple.h [new file with mode: 0644]
scripts/kallsyms.c