[Tinycc-devel] Symbols visibility support (cont: Linking bug about _i686.get_pc_thunk.*)

2007-04-12 Thread Vince
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I had the same linking problem as described in http://lists.gnu.org/archive/html/tinycc-devel/2007-02/msg4.html. The people from the Gentoo bugzilla told me that this symbol had actually its visibility flag set to HIDDEN, so the linker

Re: [Tinycc-devel] Symbols visibility support (cont: Linking bug about _i686.get_pc_thunk.*)

2007-04-12 Thread Rob Landley
On Thursday 12 April 2007 9:06 am, Vince wrote: Hello, I had the same linking problem as described in http://lists.gnu.org/archive/html/tinycc-devel/2007-02/msg4.html. The people from the Gentoo bugzilla told me that this symbol had actually its visibility flag set to HIDDEN, so the

Re: [Tinycc-devel] Symbols visibility support (cont: Linking bug about _i686.get_pc_thunk.*)

2007-04-12 Thread Vince
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Do you have a test case I can reproduce the bug with? (Something I can compile to see it for myself?) Thanks for your answer. Any program calling atexit, such as the minimal #include stdlib.h void foo(void) { } int main(void) { atexit(foo);

Re: [Tinycc-devel] Symbols visibility support (cont: Linking bug about _i686.get_pc_thunk.*)

2007-04-12 Thread Rob Landley
On Thursday 12 April 2007 4:48 pm, Vince wrote: Do you have a test case I can reproduce the bug with? (Something I can compile to see it for myself?) Thanks for your answer. Any program calling atexit, such as the minimal #include stdlib.h void foo(void) { } int main(void) {