[lttng-dev] stack validation warning on lttng-modules bytecode interpreter

Josh Poimboeuf jpoimboe at redhat.com
Wed Jun 15 20:28:06 UTC 2016


On Wed, Jun 15, 2016 at 03:24:52PM -0500, Josh Poimboeuf wrote:
> Thanks, figured it out.  It was an objtool bug.  It was expecting the
> macro to create a section symbol (STT_SECTION), but for some reason this
> file's use of the macro creates a function symbol (STT_FUNC).

Actually, to be precise: this file's use of the macro creates a
relocation which references the function symbol rather than the section
symbol.


-- 
Josh


More information about the lttng-dev mailing list