]> xenbits.xensource.com Git - people/wipawel/livepatch-build-tools/commit
Add prelink tool
authorRoss Lagerwall <ross.lagerwall@citrix.com>
Tue, 20 Oct 2015 15:51:37 +0000 (16:51 +0100)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Tue, 20 Oct 2015 15:51:37 +0000 (16:51 +0100)
commit8db6ae82684f00711cba848c4b6631b7597f81a1
tree8793f07e3bc2ea2ef67bcb89bb34d63c668181f4
parent092320786d57952761aeb3f2d22a65aac09503a4
Add prelink tool

To simplify matters, prelink against a xen-syms file at compile time to
avoid having to resolve symbols at runtime. Create a prelink tool to do
this. Split out the elf loading and saving code of create-diff-object.c
into a common file which is shared by create-diff-object and prelink.
.gitignore
Makefile
common.c [new file with mode: 0644]
common.h [new file with mode: 0644]
create-diff-object.c
prelink.c [new file with mode: 0644]
xsplice-build