]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Define TLS in bfd.c if not already defined
authorTom Tromey <tom@tromey.com>
Fri, 30 May 2025 13:04:03 +0000 (07:04 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 31 May 2025 14:32:43 +0000 (08:32 -0600)
commit408984ea7b8b9f29104ad7642a4fa7d8daabb788
treeb456ee9028a5391abba6d900f76a9787ef80e188
parent8077496876ccc269901b532bf5e8b3cad309e9df
Define TLS in bfd.c if not already defined

If configure decides that thread-local storage isn't available, it
does not define "TLS".  However, this is used unconditionally in a
definition.  So, define it if it isn't already defined.
bfd/bfd.c