From: Richard Henderson Date: Fri, 4 May 2001 23:23:02 +0000 (+0000) Subject: * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true. X-Git-Tag: binutils-2_11_1~44 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5adce578088b006dbb68df8c3dfe9bef26014673;p=thirdparty%2Fbinutils-gdb.git * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2e1a5a95358..afec33559cd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2001-05-04 Richard Henderson + + * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true. + 2001-04-30 Andreas Jaeger , Andreas Schwab * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 197dcffa8df..73a01550156 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -554,7 +554,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 */ @@ -569,7 +569,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 */ @@ -584,7 +584,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. */