On Wed, 20 Jul 2022, Sebastian Huber wrote: > How does Ada get its default TLS model?
You shouldn't need to do anything special, GCC automatically selects initial-exec or local-exec for non-PIC (including PIE). Alexander
On Wed, 20 Jul 2022, Sebastian Huber wrote: > How does Ada get its default TLS model?
You shouldn't need to do anything special, GCC automatically selects initial-exec or local-exec for non-PIC (including PIE). Alexander