Re: [Xen-devel] [PATCH v7 04/14] tables.h: add linker table support

2017-01-19 Thread Greg KH
On Sun, Jan 15, 2017 at 01:10:47PM -0800, Luis R. Rodriguez wrote: > A linker table is a data structure that is stitched together from items > in multiple object files. Linux has historically implicitly used linker > tables for ages, however they were all built in an adhoc manner which > requires l

[Xen-devel] [PATCH v7 04/14] tables.h: add linker table support

2017-01-15 Thread Luis R. Rodriguez
A linker table is a data structure that is stitched together from items in multiple object files. Linux has historically implicitly used linker tables for ages, however they were all built in an adhoc manner which requires linker script modifications, per architecture. This adds a general linker ta