projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b31e8
)
* elf32-spu.c (spu_elf_create_sections): Properly iterate over
author
Alan Modra
<amodra@gmail.com>
Wed, 27 Jun 2007 07:12:54 +0000
(07:12 +0000)
committer
Alan Modra
<amodra@gmail.com>
Wed, 27 Jun 2007 07:12:54 +0000
(07:12 +0000)
input bfds.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elf32-spu.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index fb3883a2ce0ca7eab09894ae468212f438528649..a35e408636ceef3339de0f7a24e19d0b2560f67d 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-2,6
+2,7
@@
* elf32-ppc.c (ppc_elf_select_plt_layout): Properly iterate over
input bfds.
+ * elf32-spu.c (spu_elf_create_sections): Likewise.
2007-06-26 H.J. Lu <hongjiu.lu@intel.com>
diff --git
a/bfd/elf32-spu.c
b/bfd/elf32-spu.c
index 844eee6ca265e13f59dbbb568abac659c366a3aa..fcda1e3484bf0f2f5bf47f5eb3e33faf80abe340 100644
(file)
--- a/
bfd/elf32-spu.c
+++ b/
bfd/elf32-spu.c
@@
-533,7
+533,7
@@
spu_elf_create_sections (bfd *output_bfd,
htab->stack_analysis = stack_analysis;
htab->emit_stack_syms = emit_stack_syms;
- for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->next)
+ for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->
link_
next)
if (bfd_get_section_by_name (ibfd, SPU_PTNOTE_SPUNAME) != NULL)
break;