* elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).

This commit is contained in:
Ian Lance Taylor 1994-01-24 20:26:49 +00:00
parent 4991ebb987
commit 7a60ed8cb9
2 changed files with 3 additions and 1 deletions

View 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.

View 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;