Source-Changes-D archive

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

Re: CVS commit: src/libexec/ld.elf_so



On Dec 28,  3:49pm, maya%netbsd.org@localhost (maya%netbsd.org@localhost) wrote:
-- Subject: Re: CVS commit: src/libexec/ld.elf_so

| Does anything simpler than GCC crash?
| 
| BTW while looking at it I noticed GCC has
| gcc/arch/vax/auto-host.h
| 1389:#define HAVE_INITFINI_ARRAY_SUPPORT 0
| 
| So we might wanna re-run mknative at the end.

Let's not go there now. We should not be modifying more stuff.
The thing to do is to revert to the old working state.
Then build and install the new csu code, build and install the
tests in lib/csu and then see if they work. If they don't we
should debug the simple tests first. If they work, then build
and install the new rtld and run the tests again.

If all of that works, then constructors work properly, and the
rest should also work (without modifying compilers and toolchain).

christos



Home | Main Index | Thread Index | Old Index