Re: Add dynamic export support for tcc

2014-10-29 Thread Gary V. Vaughan
Hi Reuben, > On Jul 31, 2014, at 4:55 PM, Reuben Thomas wrote: > > The attached patch adds support for tcc's -rdynamic, the equivalent of GNU > ld's -Wl,--export-dynamic. Sorry for the long delay. I found this uncontroversial patch (and your other one) in my libtool archives, and applied it

Add dynamic export support for tcc

2014-07-31 Thread Reuben Thomas
The attached patch adds support for tcc's -rdynamic, the equivalent of GNU ld's -Wl,--export-dynamic. -- http://rrt.sc3d.org From 33d504492e36cb875d15c12515a2ab6b160931f6 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 31 Jul 2014 16:53:58 +0100 Subject: [PATCH] Add dyna