2007-12-31 H.J. Lu <hongjiu.lu@intel.com>
PR ld/5530 * elfxx-ia64.c (elfNN_ia64_relocate_section): Call _bfd_elf_find_segment_containing_section with output_bfd, instead of input_bfd.
This commit is contained in:
parent
b7589f7df4
commit
992824d50e
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-12-31 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/5530
|
||||
* elfxx-ia64.c (elfNN_ia64_relocate_section): Call
|
||||
_bfd_elf_find_segment_containing_section with output_bfd,
|
||||
instead of input_bfd.
|
||||
|
||||
2007-12-31 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* elf-m10300.c (mn10300_elf_relax_section): Use
|
||||
|
|
|
@ -4896,7 +4896,7 @@ elfNN_ia64_relocate_section (bfd *output_bfd,
|
|||
{
|
||||
/* Find the segment that contains the output_section. */
|
||||
Elf_Internal_Phdr *p = _bfd_elf_find_segment_containing_section
|
||||
(input_bfd, input_section->output_section);
|
||||
(output_bfd, input_section->output_section);
|
||||
|
||||
if (p == NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue