]> xenbits.xensource.com Git - people/wipawel/livepatch-build-tools/commit
create-diff-object: Add is_special_section() helper function
authorPawel Wieczorkiewicz <wipawel@amazon.de>
Mon, 1 Oct 2018 12:30:24 +0000 (12:30 +0000)
committerPawel Wieczorkiewicz <wipawel@amazon.de>
Thu, 8 Aug 2019 08:31:00 +0000 (08:31 +0000)
commitef3437d3c300ededc6f66f13d08d1083109b6f58
treec92b4e22c719d2e38050e48d3feb3936e8f6218d
parent245175ca94861e453e7e5e546a3ac795f05fb438
create-diff-object: Add is_special_section() helper function

This function determines, based on the given section name, if the
sections belongs to the special sections category.

Add more special sections to special_sections[] along with a new
undefined_group_size() helper function returning 0 (undefined).
New special sections are: .altinstr_replacement.

Signed-off-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
Reviewed-by: Andra-Irina Paraschiv <andraprs@amazon.com>
Reviewed-by: Bjoern Doebel <doebel@amazon.de>
Reviewed-by: Norbert Manthey <nmanthey@amazon.de>
create-diff-object.c