* elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
This commit is contained in:
parent
4991ebb987
commit
7a60ed8cb9
@ -1,5 +1,7 @@
|
|||||||
Mon Jan 24 12:38:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
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,
|
* bfd/aoutx.h (aout_link_input_section_std,
|
||||||
aout_link_input_section_ext): Pass additional arguments to
|
aout_link_input_section_ext): Pass additional arguments to
|
||||||
reloc_overflow callback.
|
reloc_overflow callback.
|
||||||
|
@ -661,7 +661,7 @@ hppa_elf_gen_reloc_type (abfd, base_type, format, field)
|
|||||||
final_type = R_HPPA_PLABEL_32;
|
final_type = R_HPPA_PLABEL_32;
|
||||||
break;
|
break;
|
||||||
case e_tsel:
|
case e_tsel:
|
||||||
final_type == R_HPPA_DLT_32;
|
final_type = R_HPPA_DLT_32;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
UNDEFINED;
|
UNDEFINED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user