Mail Archives: djgpp-workers/2001/06/25/13:06:45
> One more problem is dxegen failure on gcc-3.0 compiled object files due to
> .comment section (it misinterprets it as unresolved reference).
A .comment section just contains an id that say in effect, "compiled by gcc
3.0" that takes the place of those 'gcc2_compiled' symbols. gcc 3.0 generates
an .ident directive with the id and gas puts the text into the .comment
section. For dxes, we can either lump the section in with all others, or
discard it since it's only an id string.
> About Eli's initial question. How possible is some change in
> binutils that would make linker script from current djdev incompatible
> with binutils (I think it's unlikely ...)
I think so too.
If gcc 3.0 does require binutils 2.11, then it seems to me it need not use
djgpp.djl at all.
Mark
- Raw text -