]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix problem with redefining extern __thread as static __thread.
authorJames E Wilson <wilson@specifixinc.com>
Tue, 29 Mar 2005 00:32:01 +0000 (00:32 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 29 Mar 2005 00:32:01 +0000 (16:32 -0800)
commitfbcf90aa2e2d755ff8466f23a390cae5205d9043
treeb20d4c0e68ed5bfeaf6b4be4ae3113686a033379
parent284cca46c53568de5feef80acc1880377a10c6e7
Fix problem with redefining extern __thread as static __thread.

PR target/20286.
* config/ia64/ia64.c (ia64_encode_section_info): Only abort if encoding
or symbol_str[1] is 's'.

From-SVN: r97145
gcc/ChangeLog
gcc/config/ia64/ia64.c