From 7a60ed8cb92c9f2799a474f1cc688f66a58a7c19 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 24 Jan 1994 20:26:49 +0000 Subject: [PATCH] * elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =). --- bfd/ChangeLog | 2 ++ bfd/elf32-hppa.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 52587594b2..b9eba0ce54 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index af1b8e3cb7..a61152de5d 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -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;