Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Aug 2020 21:45:33 +0000 (14:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 3 Aug 2020 21:45:33 +0000 (14:45 -0700)
commit9dee86896c5968a928e56828236af41c136bdfbd
tree0376318b30435785433917be4eb3094f995a6c67
parent9ba19ccd2d283a79dd29e8130819c59beca80f62
parentd832c0051f4e9cc7d26ef3bc6e9b662bc6a90f3a
Merge tag 'objtool-core-2020-08-03' of git://git./linux/kernel/git/tip/tip

Pull objtool updates from Ingo Molnar:

 - Add support for non-rela relocations, in preparation to merge
   'recordmcount' functionality into objtool

 - Fix assumption that broke under --ffunction-sections (LTO) builds

 - Misc cleanups

* tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  objtool: Add support for relocations without addends
  objtool: Rename rela to reloc
  objtool: Use sh_info to find the base for .rela sections
  objtool: Do not assume order of parent/child functions
tools/objtool/check.c