pipcet

Results 74 comments of pipcet

I think this issue is fundamental, and at this point makes Rust unsuitable for implementing a garbage-collected language like Emacs Lisp. In particular, I think it's going to turn out...

I might have sounded a bit too concerned in the message above. I think a better solution will come around, and until then option 2 sounds best, and isn't as...

The commit that introduced the problem was 17897e4afeb67305a559576764c8cbfebef0bcd5

Apparently a linker script issue: `strip -s` doesn't touch the dynamic symbol table, but it strips sections; if a symbol, such as `_etext`, lives in a section whose index becomes...

Now I've made dejagnu recognize our targets as ELF, the output is: ``` # of expected passes 135 # of unexpected failures 10 # of unsupported tests 7 ``` with...

Okay, I finally discovered there are separate test suites for binutils, gas, and ld. The gas testsuite passes now, except for some expected and harmless failures. The binutils testsuite has...

ld test failures, with comments: ``` FAIL: Handle no DWARF information [.text] FAIL: Run with libdwarf1.so first [broken -feliminate-dwarf2-dups in gcc?] FAIL: -Bsymbolic-functions [discarding .text section] FAIL: Build pr20995-2.so [discarding...

Progress: ``` === ld Summary === # of expected passes 555 # of unexpected failures 55 # of expected failures 10 # of unresolved testcases 3 # of unsupported tests...

Okay, passing all tests now, though this required some massaging of test conditions and some hacks for dynrelro support...which doesn't even make sense as long as there is no read-only...

Thanks for the response, it's always great to get feedback! I think we're getting rid of the last true global with this patch, but continue to use MY_CXT data, which...