[SeaBIOS] Re: recent ld built for x86_64 fails to accept 16bit code as input (seabios build)

2020-07-24 Thread Paul Menzel
Dear SeaBIOS and Binutils folks, Am 13.07.20 um 14:22 schrieb Nick Clifton: I think the main issue is going to be the breaking of existing software builds. True - but the counter argument is that those builds were relying upon a mis-feature of the BFD linker, and so maybe the correct thing t

[SeaBIOS] [PATCHv2] ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects

2020-07-24 Thread Kevin O'Connor
Add a script to remove the ET_EXEC flag from the 16bit and "32bit segmented" intermediate objects. This avoids build failures with some linkers that will not allow linking these objects again. Signed-off-by: Kevin O'Connor -- v2: Use python instead of python2 in the script header --- Makefile

[SeaBIOS] Re: [PATCH] ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects

2020-07-24 Thread Kevin O'Connor
On Fri, Jul 24, 2020 at 12:55:31PM +0200, Gerd Hoffmann wrote: > Hi, > > > +++ b/scripts/ldnoexec.py > > +#!/usr/bin/env python2 > > Why "python2"? All other scripts have just "python" ... The script runs on python2 or python3. I'll make that change. -Kevin _

[SeaBIOS] Re: [PATCH] ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects

2020-07-24 Thread Gerd Hoffmann
Hi, > +++ b/scripts/ldnoexec.py > +#!/usr/bin/env python2 Why "python2"? All other scripts have just "python" ... take care, Gerd ___ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-le...@seabios.org