summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2003-06-28 22:13:37 +0000
committerThiemo Seufer <ths@networkno.de>2003-06-28 22:13:37 +0000
commit7e53d0fbcc0c1d9cedbacb63438b108ea0e0c267 (patch)
tree37acbcb584fee9e6a10e91715791209afaa2f071 /bfd/elfxx-mips.c
parent70982a4b3f603d53eb5422b0a6ee6cac1a7f8942 (diff)
downloadgdb-7e53d0fbcc0c1d9cedbacb63438b108ea0e0c267.tar.gz
* elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c1
1 files changed, 1 insertions, 0 deletions
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;
}