Mail Archives: djgpp-workers/2001/03/13/05:04:16
On Mon, 12 Mar 2001, Tim Van Holder wrote:
> > > Oh, I noticed something annoying: running binaries (such as stubedit)
> > > built in the DJGPP CVS tree crashed my system in a BIG way. Turns out
> > > this is because my gcc uses 'const' sections, and djgpp.djl doesn't put
> > > them anywhere.
> >
> > What are these sections? Is your GCC based on a snapshot which added
> > them? If not, where did those sections come from?
> You should know by now I like to customize my tools - I added it of
> course
If these are your private sections, why should stock djgpp.djl know
about them? What if some other user defines some private feature
which conflicts with yours?
Can't you simply hack your private linker script in the same way you
hacked GCC?
- Raw text -