Re: [Xen-devel] [PATCH LP-BUILD-TOOLS] Allow patching files compiled multiple times

2018-03-05 Thread Konrad Rzeszutek Wilk
On Mon, Mar 05, 2018 at 10:32:51AM +, Ross Lagerwall wrote: > On 02/23/2018 05:08 PM, Ross Lagerwall wrote: > > gas prior to binutils commit fbdf9406b0 (appears in 2.27) outputs symbol > > table entries resulting from .file in reverse order. If we get two > > consecutive file symbols, prefer th

Re: [Xen-devel] [PATCH LP-BUILD-TOOLS] Allow patching files compiled multiple times

2018-03-05 Thread Ross Lagerwall
On 02/23/2018 05:08 PM, Ross Lagerwall wrote: gas prior to binutils commit fbdf9406b0 (appears in 2.27) outputs symbol table entries resulting from .file in reverse order. If we get two consecutive file symbols, prefer the first one if that names an object file or has a directory component (to co

[Xen-devel] [PATCH LP-BUILD-TOOLS] Allow patching files compiled multiple times

2018-02-23 Thread Ross Lagerwall
gas prior to binutils commit fbdf9406b0 (appears in 2.27) outputs symbol table entries resulting from .file in reverse order. If we get two consecutive file symbols, prefer the first one if that names an object file or has a directory component (to cover multiply compiled files). This is the same