aboutsummaryrefslogtreecommitdiff
path: root/bfd
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
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')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elfxx-mips.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 44159e5..28b15f0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
+
2003-06-27 Nick Clifton <nickc@redhat.com>
* opncls.c (bfd_add_gnu_debuglink_section): Rename to
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;
}