]> xenbits.xensource.com Git - livepatch-build-tools.git/commit
create-diff-object: add .text.hot to the list of bundleable functions
authorArtem Savkov <asavkov@redhat.com>
Wed, 13 Jun 2018 08:18:50 +0000 (10:18 +0200)
committerRoger Pau Monne <roger.pau@citrix.com>
Tue, 21 Jan 2025 13:13:22 +0000 (14:13 +0100)
commitacd4e478bd8a8ea1f2ec41e26f02e6b74ad43cd3
tree2d52f1e05173285eeb1a5fd8859a50c9cbb0cce2
parentf1db049a60c3b05c24569b563537df201f7a6081
create-diff-object: add .text.hot to the list of bundleable functions

According to gcc8's man pages gcc can put functions into .text.unlikely
or .text.hot subfunctions during optimization. Add ".text.hot" to the
list of bundleable functions in is_bundleable().

Signed-off-by: Artem Savkov <asavkov@redhat.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
common.c