bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/30448] ld fails to make a valid DLL when used with gnatdll


From: tkacvins at gmail dot com
Subject: [Bug binutils/30448] ld fails to make a valid DLL when used with gnatdll
Date: Mon, 15 May 2023 14:48:22 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30448

--- Comment #3 from Tom Kacvinsky <tkacvins at gmail dot com> ---
Have a different take on this issue now.  I was able to get 2.34 working.  I
had to modify pep.em to get it to build on MSYS2 + MinGW-w64.

The commit that was partially reverted was 1ff6de031241.  In that commit there
was this section of code

${LDEMUL_EMIT_CTF_EARLY-NULL}

which the genscripts.sh script did not like (it was one of the few things that
cased a hang in that script).  Replacing that by just NULL, as well as doing
the same for

${LDEMUL_EXAMINE_STRTAB_FOR_CTF-NULL}

and a few other constructs like that helped with the problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]