From: Thiemo Seufer Date: Sat, 28 Jun 2003 22:13:37 +0000 (+0000) Subject: * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b86c02e74c1725ccf7456460d9bf57011892817;p=binutils-gdb.git * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 44159e5a1c1..28b15f05273 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2003-06-29 Thiemo Seufer + + * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR. + 2003-06-27 Nick Clifton * opncls.c (bfd_add_gnu_debuglink_section): Rename to diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 478a0dbed87..801903f8efd 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -5495,6 +5495,7 @@ _bfd_mips_elf_check_relocs (abfd, info, sec, relocs) case R_MIPS_CALL16: case R_MIPS_CALL_HI16: case R_MIPS_CALL_LO16: + case R_MIPS_JALR: break; }