aboutsummaryrefslogtreecommitdiff
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
commit2b86c02e74c1725ccf7456460d9bf57011892817 (patch)
treeacdc9d3808c97f1553e9f258acda921c013c1a89 /bfd/elfxx-mips.c
parent0c29b4cccecf07d6b0e87e8582ace3e6d942e843 (diff)
downloadgdb-2b86c02e74c1725ccf7456460d9bf57011892817.zip
gdb-2b86c02e74c1725ccf7456460d9bf57011892817.tar.gz
gdb-2b86c02e74c1725ccf7456460d9bf57011892817.tar.bz2
* 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 478a0db..801903f 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;
}