Re: nds broken by recent patches
Jeff Law <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Replying to myself... On 1/28/2022 9:36 AM, Jeff Law wrote: > > For example, someone mucked up the compiler for or1k-elf at the same > time you're doing your refactoring. Now I've got a patch to fix the > compiler ICE, *but* I'm also getting a crap-ton of new testsuite > failures in the testsuite due to missing _init/_fini symbols. I don't > know yet if that's a newlib issue or something else mucked up on the > compiler side. I think I've tracked this done. The change to internalize HAVE_INITFINI_ARRAY wasn't complete. It missed newlib. Affects aarch64, arm, or1k and cris -elf ports. I don't test for former pair, but I do test the latter pair. or1k and cris fail differently. or1k-elf code fails to link, while cris-elf fails a few tests that rely on ctor/dtor support. > > The h8300-elf port in the last few days has started failing while > building newlib with: > > cp: cannot stat 'libc/crt0.o': No such file or directory I think you fixed this today. Thanks. My test is still spinning, but it's well past the point where it was previously failing. If you could take care of the nds32 stuff Mike, it'd be appreciated. We'll reset and see where things are. Jeff