Extension: read inlining info in an NVIDIA extended line map

2021-09-05 Thread John Mellor-Crummey via Elfutils-devel
As of CUDA 11.2, NVIDIA added extensions to the line map section of CUDA binaries to represent inlined functions. These extensions include - two new fields in a line table row to represent inline information: context, and functionname, - two new DWARF extended opcodes: DW_LNE_inlined_call,

[PATCH] src: add -Wno-error=stack-usage= to AM_LDFLAGS

2021-09-05 Thread Dmitry V. Levin
While -Wstack-usage= is already excluded from AM_CFLAGS for various tools in src using *_no_Wstack_usage variables, this obviously does not help when LTO is enabled, so add -Wno-error=stack-usage= to AM_LDFLAGS for linking tools in src. References: https://sourceware.org/bugzilla/show_bug.cgi?id=2