From 7a60ed8cb92c9f2799a474f1cc688f66a58a7c19 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 24 Jan 1994 20:26:49 +0000 Subject: * elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =). --- bfd/elf32-hppa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-hppa.c') diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index af1b8e3..a61152d 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; -- cgit v1.1