* elf32-hpa.c (elf32_hppa_relocate_section): Close comment before
authorJeff Law <law@redhat.com>
Mon, 26 Jun 1995 19:55:27 +0000 (19:55 +0000)
committerJeff Law <law@redhat.com>
Mon, 26 Jun 1995 19:55:27 +0000 (19:55 +0000)
R_PARISC_DPREL21L handling.

bfd/ChangeLog
bfd/elf32-hppa.c

index a07f6ed..6c061bf 100644 (file)
@@ -1,3 +1,14 @@
+Mon Jun 26 13:53:49 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * elf32-hpa.c (elf32_hppa_relocate_section): Close comment before
+       R_PARISC_DPREL21L handling.
+
+Thu Jun 22 19:28:36 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       Sun May  7 11:53:41 MDT 1995  Bryan Ford  <baford@cs.utah.edu>
+
+       * config/i386-moss.mt: created.
+
 Thu Jun 22 08:56:10 1995  Steve Chamberlain  <sac@slash.cygnus.com>
 
        * reloc.c (bfd_perform_relocation): Add case for -ve words.
index c2a6ce6..e2aa73e 100644 (file)
@@ -857,7 +857,7 @@ elf32_hppa_relocate_section (output_bfd, info, input_bfd, input_section,
                    (info, h->root.root.string, input_bfd,
                     input_section, rel->r_offset)))
                return false;
-             relocation = 0;
+             break;
            }
        }
 
@@ -1300,7 +1300,7 @@ elf32_hppa_bfd_final_link_relocate (howto, input_bfd, output_bfd,
        section.  If it's a code section, then "data pointer relative" makes
        no sense.  In that case we don't adjust the "value", and for 21 bit
        addil instructions, we change the source addend register from %dp to
-       %r0.  
+       %r0.  */
     case R_PARISC_DPREL21L:
       r_field = e_lrsel;
       if (sym_sec->flags & SEC_CODE)