]> xenbits.xensource.com Git - livepatch-build-tools.git/commit
create-diff-object: Ignore .init sections
authorPawel Wieczorkiewicz <wipawel@amazon.de>
Tue, 3 Dec 2019 07:57:09 +0000 (07:57 +0000)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Wed, 4 Dec 2019 13:54:11 +0000 (13:54 +0000)
commit3c88fec5611aa7f7e6f6d64553d5e1706c935955
treee9b91deb27a626fd654c166cbe24d7b48985bf28
parent4add03a77facc03929656ec4adb315c0baee22f4
create-diff-object: Ignore .init sections

The .init sections must not be considered for patching regardless of
whether they are CHANGED or NEW.
Explicitely detect and ignore all such sections, before marking
ignored sections as SAME.

Signed-off-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
common.c
common.h
create-diff-object.c