Mail Archives: djgpp-workers/2001/06/21/10:06:16
On 21 Jun 2001, at 9:20, Mark E. wrote:
> Andris,
> >From your example it looks like duplicate section symbols from link once
> sections aren't being removed. An issue with section symbols from link once
> sections in ELF came up recently on the binutils list so at least it does
> something about them. I'll look at what ELF does and see if it can be applied
> to COFF.
>
> These symbols should go away after stripping the exe so it's not a major
> issue, but it is better they not be there to begin with if they're not
> needed.
This is one non fatal but not nice thing with binutils and gcc-3.0.
Another one is .comment section being interpretted as unresolved
reference by mkdexe.exe. Of course I can patch mkdexe.c to skip
.comment but it should be ugly workaround. Currently I'm doing that
to build DJGPP CVS version with gcc-3.0 but I (and perhaps not only
I) would not like to try to get similar patch in CVS version
Andris
- Raw text -