On Mon, Mar 30, 2020 at 10:31:20AM -0700, Sean Christopherson wrote: > Pass a build id of "none" to the linker to suppress a warning about the > build id being ignored: > > /usr/bin/ld: warning: .note.gnu.build-id section discarded, --build-id > ignored. > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Thanks. Got idea from this that the ELF format used in the test could be further refined with something like ".note.x86.tcs", which would contain the start offset and size of the TCS list. /Jarkko