aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>1999-09-13 06:45:15 +0000
committerAlan Modra <amodra@gmail.com>1999-09-13 06:45:15 +0000
commit2f66722d5578761036ef07bf98897e2d119dbf10 (patch)
treee51672933b983048d8a14f08f2bbf7d135fe26e4 /bfd/elfcode.h
parent9169713a19c18ec43b3cf831daecc1aa68361724 (diff)
downloadfsf-binutils-gdb-2f66722d5578761036ef07bf98897e2d119dbf10.zip
fsf-binutils-gdb-2f66722d5578761036ef07bf98897e2d119dbf10.tar.gz
fsf-binutils-gdb-2f66722d5578761036ef07bf98897e2d119dbf10.tar.bz2
Hackery to handle ix86 "jmp constant" as a pc-relative jump to the given
absolute address.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index d98c07a..1f75fb0 100644
--- a/bfd/elfcode.h
+++ b/bfd/elfcode.h
@@ -871,7 +871,8 @@ write_relocs (abfd, sec, data)
last_sym_idx = n;
}
- if ((*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
+ if ((*ptr->sym_ptr_ptr)->the_bfd != NULL
+ && (*ptr->sym_ptr_ptr)->the_bfd->xvec != abfd->xvec
&& ! _bfd_elf_validate_reloc (abfd, ptr))
{
*failedp = true;