missed from last commit
This commit is contained in:
Alan Modra 2011-05-27 12:47:12 +00:00
parent 97fce28b40
commit 04c932a298
1 changed files with 1 additions and 1 deletions

View File

@ -1920,7 +1920,7 @@ gld${EMULATION_NAME}_place_orphan (asection *s,
&& ((iself && sh_type == SHT_NOTE)
|| (!iself && CONST_STRNEQ (secname, ".note"))))
place = &hold[orphan_interp];
else if ((s->flags & (SEC_LOAD | SEC_HAS_CONTENTS)) == 0)
else if ((s->flags & (SEC_LOAD | SEC_HAS_CONTENTS | SEC_THREAD_LOCAL)) == 0)
place = &hold[orphan_bss];
else if ((s->flags & SEC_SMALL_DATA) != 0)
place = &hold[orphan_sdata];