]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
authorIan Lance Taylor <ian@airs.com>
Mon, 24 Jan 1994 20:26:49 +0000 (20:26 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 24 Jan 1994 20:26:49 +0000 (20:26 +0000)
bfd/ChangeLog
bfd/elf32-hppa.c

index 52587594b262c0c45a6e34798acd6294cee6d625..b9eba0ce541f3c63ea702608abea3f737f317eeb 100644 (file)
@@ -1,5 +1,7 @@
 Mon Jan 24 12:38:54 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+       * elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
+
        * bfd/aoutx.h (aout_link_input_section_std,
        aout_link_input_section_ext): Pass additional arguments to
        reloc_overflow callback.
index af1b8e3cb7f6e878d452d9914b8d55c27155cf7e..a61152de5d1f5ffd8e465c97f41060b1a7f8b58c 100644 (file)
@@ -661,7 +661,7 @@ hppa_elf_gen_reloc_type (abfd, base_type, format, field)
              final_type = R_HPPA_PLABEL_32;
              break;
            case e_tsel:
-             final_type == R_HPPA_DLT_32;
+             final_type = R_HPPA_DLT_32;
              break;
            default:
              UNDEFINED;