kpatch/kpatch-build
Seth Jennings 8b9de30581 add error for sym value != 0
For a local object or function symbol, we expect that
the section offset, sym.st_value, be 0 because we used
-ffunction-sections and -fdata-section during compile.

If value != 0, it undermines assumptions we make and
should return an error.  Exceptions should be handled
on a case by case basis, like __ksymtab_strings.

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-03-10 15:11:23 -05:00
..
add-patches-section.c enable gcc warnings and fix all warnings 2014-03-05 09:46:10 -06:00
create-diff-object.c add error for sym value != 0 2014-03-10 15:11:23 -05:00
kpatch-build kpatch-build: show changed functions 2014-03-10 11:18:18 -05:00
link-vmlinux-syms.c remove dead code 2014-03-05 11:26:02 -06:00
Makefile enable gcc warnings and fix all warnings 2014-03-05 09:46:10 -06:00