aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-02-22 10:03:03 +0000
committerJakub Jelinek <jakub@redhat.com>2002-02-22 10:03:03 +0000
commit0fb19cbc9a510daf16a9b50785562f3fa72477e7 (patch)
tree252c42a54e37ae69236132b826454bab8efdee48
parent6badb179ab59d9516c37ad956ba058fa7a2f7223 (diff)
downloadfsf-binutils-gdb-0fb19cbc9a510daf16a9b50785562f3fa72477e7.zip
fsf-binutils-gdb-0fb19cbc9a510daf16a9b50785562f3fa72477e7.tar.gz
fsf-binutils-gdb-0fb19cbc9a510daf16a9b50785562f3fa72477e7.tar.bz2
* elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
last patch. * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/elf64-sh64.c2
-rw-r--r--bfd/elf64-x86-64.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c6fca84..c92ae2e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-22 Jakub Jelinek <jakub@redhat.com>
+
+ * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
+ last patch.
+ * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
+
2002-02-21 Andreas Jaeger <aj@suse.de>
* elf64-x86-64.c: Major rework that introduces all recent changes
diff --git a/bfd/elf64-sh64.c b/bfd/elf64-sh64.c
index 901bfa5..5b11aa8 100644
--- a/bfd/elf64-sh64.c
+++ b/bfd/elf64-sh64.c
@@ -1754,7 +1754,7 @@ sh_elf64_relocate_section (output_bfd, info, input_bfd, input_section,
if (outrel.r_offset == (bfd_vma) -1)
skip = true;
- else if (outrel.r_offset == (bfd_vma) -1)
+ else if (outrel.r_offset == (bfd_vma) -2)
skip = true, relocate = true;
outrel.r_offset += (input_section->output_section->vma
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 32bf260..f2d2e64 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -1776,7 +1776,7 @@ elf64_x86_64_relocate_section (output_bfd, info, input_bfd, input_section,
rel->r_offset);
if (outrel.r_offset == (bfd_vma) -1)
skip = true;
- else if (outrel.r_offset == (bfd_vma) -1)
+ else if (outrel.r_offset == (bfd_vma) -2)
skip = true, relocate = true;
outrel.r_offset += (input_section->output_section->vma