]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita77cc13273505113c574aa0d5d842d6d75a245f8
tree0376318b30435785433917be4eb3094f995a6c67
parent1d340071baad59bb7a52f41a036025aded23f673
parent041d1fdebb0b54039d2269a87a7453fb9fbca65b
Merge tag 'objtool-core-2020-08-03' of git://git.kernel.org/pub/scm/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