* elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.

This commit is contained in:
Richard Henderson 2001-05-04 23:22:31 +00:00
parent 66c756c665
commit 16b65e4ea2
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-05-04 Richard Henderson <rth@redhat.com>
* elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
2001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
* elf32-arm.h (elf32_arm_final_link_relocate): Set

View File

@ -566,7 +566,7 @@ static reloc_howto_type elf64_alpha_howto_table[] =
false, /* partial_inplace */
0xffff, /* src_mask */
0xffff, /* dst_mask */
false), /* pcrel_offset */
true), /* pcrel_offset */
/* 32 bit PC relative offset. */
HOWTO (R_ALPHA_SREL32, /* type */
@ -581,7 +581,7 @@ static reloc_howto_type elf64_alpha_howto_table[] =
false, /* partial_inplace */
0xffffffff, /* src_mask */
0xffffffff, /* dst_mask */
false), /* pcrel_offset */
true), /* pcrel_offset */
/* A 64 bit PC relative offset. */
HOWTO (R_ALPHA_SREL64, /* type */
@ -596,7 +596,7 @@ static reloc_howto_type elf64_alpha_howto_table[] =
false, /* partial_inplace */
MINUS_ONE, /* src_mask */
MINUS_ONE, /* dst_mask */
false), /* pcrel_offset */
true), /* pcrel_offset */
/* Push a value on the reloc evaluation stack. */
/* Not implemented -- it's dumb. */