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: Tue, 16 May 2023 17:35:58 +0000

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

--- Comment #10 from Tom Kacvinsky <tkacvins at gmail dot com> ---
The problem is an access violation at startup, deep in the guts of the DLL
loader.  Doing a debug session with Visual Studio and looking at registers and
memory locations, it was determined that loading the DLL in question is where
things went south.

And, for what it's worth, perhaps --disable-reloc-section is not a good name
for an option - the DLL I produced with that option does have a .reloc section.
 So what exactly does --disable-reloc-section mean if specifying that option
still results in a DLL with a .reloc section?

-- 
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]