diff options
author | Thiemo Seufer <ths@networkno.de> | 2003-06-28 22:13:37 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2003-06-28 22:13:37 +0000 |
commit | 2b86c02e74c1725ccf7456460d9bf57011892817 (patch) | |
tree | acdc9d3808c97f1553e9f258acda921c013c1a89 /bfd/elfxx-mips.c | |
parent | 0c29b4cccecf07d6b0e87e8582ace3e6d942e843 (diff) | |
download | gdb-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.c | 1 |
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; } |