projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97fce28
)
PR 12763
author
Alan Modra
<amodra@gmail.com>
Fri, 27 May 2011 12:47:12 +0000
(12:47 +0000)
committer
Alan Modra
<amodra@gmail.com>
Fri, 27 May 2011 12:47:12 +0000
(12:47 +0000)
missed from last commit
ld/emultempl/elf32.em
patch
|
blob
|
history
diff --git
a/ld/emultempl/elf32.em
b/ld/emultempl/elf32.em
index
17fb8bf
..
42674bd
100644
(file)
--- a/
ld/emultempl/elf32.em
+++ b/
ld/emultempl/elf32.em
@@
-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];