From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>:
authorIan Lance Taylor <ian@airs.com>
Sat, 26 Jun 1999 08:57:54 +0000 (08:57 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 26 Jun 1999 08:57:54 +0000 (08:57 +0000)
* elf32-ppc.c (ppc_elf_relocate_section): Fix last patch.

bfd/ChangeLog
bfd/elf32-ppc.c

index 21eac864cfcf9b672f5a387bdee11b2cbaa40454..151398b72eb6b8117fe7a6b7619300ec5370e97a 100644 (file)
@@ -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.
index 639171d91248804e946fe21111ab67de45848ec0..5361a7cfd24edb89358c47f002a19ff53832b17b 100644 (file)
@@ -3207,7 +3207,6 @@ ppc_elf_relocate_section (output_bfd, info, input_bfd, input_section,
                                                         rel->r_offset))
                return false;
              relocation = 0;
-             continue;
            }
        }
 
This page took 0.058666 seconds and 4 git commands to generate.