tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] macOS port is broken since "tccelf: use plt-reloc instead


From: Christian Jullien
Subject: [Tinycc-devel] macOS port is broken since "tccelf: use plt-reloc instead of relocplt" commit
Date: Sat, 27 Mar 2021 09:25:42 +0100

Sorry folks I should have detected this error sooner.

 

Commit “tccelf: use plt-reloc instead of relocplt” by Grischka partially breaks macOS port.

 

It still works except for tests:

 

arg_align_test... success

------------ abitest-tcc ------------

make[2]: *** [abitest-tcc] Segmentation fault: 11

make[2]: Target `abitest' not remade because of errors.

------------ asm-c-connect-test ------------

 

And on test

 

Test: 114_bound_signal...

--- 114_bound_signal.expect     2021-02-18 14:42:59.000000000 +0100

+++ 114_bound_signal.output     2021-03-27 09:22:50.000000000 +0100

@@ -1,2 +0,0 @@

-start

-end

make[3]: *** [114_bound_signal.test] Error 1

 

 

Any program, even an empty main() {} coredumps if –b is passed as with test 114.

 

Christian


reply via email to

[Prev in Thread] Current Thread [Next in Thread]