diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 2 | ||||
-rw-r--r-- | bfd/elf32-hppa.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5258759..b9eba0c 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 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; |