]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
authorRichard Henderson <rth@redhat.com>
Fri, 4 May 2001 23:23:02 +0000 (23:23 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 4 May 2001 23:23:02 +0000 (23:23 +0000)
bfd/ChangeLog
bfd/elf64-alpha.c

index 2e1a5a95358256cc1b82fd23082a4e87de93b216..afec33559cd39638002a25eb893ab351ddeff36f 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-04  Richard Henderson  <rth@redhat.com>
+
+       * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
+
 2001-04-30  Andreas Jaeger  <aj@suse.de>, Andreas Schwab <schwab@suse.de>
 
        * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
index 197dcffa8dfaa4a72edf5630ffc04f1e23058bec..73a015501567a2b1364e57af57df139cfc5e067f 100644 (file)
@@ -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.  */