From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
* elf32-ppc.c (ppc_elf_relocate_section): Fix last patch.
This commit is contained in:
parent
f7fc668b8e
commit
0429ebd010
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-06-26 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
|
||||
* elf32-ppc.c (ppc_elf_relocate_section): Fix last patch.
|
||||
|
||||
Thu Jun 24 20:59:11 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* elf-hppa.c (elf_hppa_final_write_processing): New function.
|
||||
|
|
|
@ -3207,7 +3207,6 @@ ppc_elf_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||
rel->r_offset))
|
||||
return false;
|
||||
relocation = 0;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue