Fix TLSIE_MOVW_GOTTPREL_G0_NC field size.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Wed, 18 Feb 2015 15:00:27 +0000 (15:00 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 26 Feb 2015 22:23:08 +0000 (22:23 +0000)
bfd/ChangeLog
bfd/elfnn-aarch64.c

index 391611608799d75b1639d9f8c4d200adfc2fe3bd..7b6e9a48bd4009be7e11958e99e19a0c305323d0 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * elfnn-aarch64.c: (TLSIE_MOVW_GOTTPREL_G0_NC): Fix HOWTO bit
+       field width.
+
 2015-02-26  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/17512
index 39458aad6f5b9c71d64e22e0fad83870c875a4bb..85c87032b1d14c0c49f0f48cf921d58a8446fe63 100644 (file)
@@ -895,7 +895,7 @@ static reloc_howto_type elfNN_aarch64_howto_table[] =
   HOWTO64 (AARCH64_R (TLSIE_MOVW_GOTTPREL_G0_NC),      /* type */
         0,                     /* rightshift */
         2,                     /* size (0 = byte, 1 = short, 2 = long) */
-        32,                    /* bitsize */
+        16,                    /* bitsize */
         FALSE,                 /* pc_relative */
         0,                     /* bitpos */
         complain_overflow_dont,        /* complain_on_overflow */
This page took 0.032326 seconds and 4 git commands to generate.