Fix the computation of the addends for an ARM_TLS_LE32 reloc.
authorNick Clifton <nickc@redhat.com>
Thu, 18 Jun 2015 09:18:42 +0000 (10:18 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 18 Jun 2015 09:18:42 +0000 (10:18 +0100)
PR gas/18481
bfd * elf32-arm.c (R_ARM_TLS_LE32): Set the special function to NULL.

gas * config/tc-arm.c (tc_gen_reloc): Include BFD_RELOC_ARM_TLS_LE32
in the same case as BFD_RELOC_ARM_TLS_IS32.

tests * gas/arm/tls.s: Add tests of the tpoff pseudo with a local
symbol.
* gas/arm/tls.d: Update expected output.

bfd/ChangeLog
bfd/elf32-arm.c
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/tls.d
gas/testsuite/gas/arm/tls.s

index be36403d9da9084674d2d5bd76222fba5fd9f025..626d49af8b1ad4eac9cec1cce706e71db7f6dd3b 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 18481
+       * elf32-arm.c (R_ARM_TLS_LE32): Set the special function to NULL.
+
 2015-06-15  Jon Turney  <jon.turney@dronecode.org.uk>
 
        * bfd.c: Change struct bfd_build_id to use bfd_size_type.
index 113f4ebe84e8a827f441a1ca5fe0886fca2e6c62..919df176eb4dc02653434f1579fb2e0f6824119c 100644 (file)
@@ -1606,7 +1606,7 @@ static reloc_howto_type elf32_arm_howto_table_1[] =
         FALSE,                 /* pc_relative */
         0,                     /* bitpos */
         complain_overflow_bitfield,/* complain_on_overflow */
-        bfd_elf_generic_reloc, /* special_function */
+        NULL,                  /* special_function */
         "R_ARM_TLS_LE32",      /* name */
         TRUE,                  /* partial_inplace */
         0xffffffff,            /* src_mask */
index 3c00a1eac544c7efeee048f15c062ce7b4b35dbc..00305e96f7e533e7d4f13aca9abf216b190c0864 100644 (file)
@@ -1,3 +1,9 @@
+2015-06-18  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/18481
+       * config/tc-arm.c (tc_gen_reloc): Include BFD_RELOC_ARM_TLS_LE32
+       in the same case as BFD_RELOC_ARM_TLS_IS32.
+
 2015-06-17  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-arm.c (is_double_a_single): Make conditional upon the
index 0bcbc09adab3238f79390f62300b9d379df1da34..9ccee400e8b5293c56f283928991e7c7cd7998c8 100644 (file)
@@ -23150,7 +23150,7 @@ md_apply_fix (fixS *    fixP,
 
        if (rd == REG_SP)
          {
-           if (value & ~0x1fc)
+           if (value & ~0x1fc)
              as_bad_where (fixP->fx_file, fixP->fx_line,
                            _("invalid immediate for stack address calculation"));
            newval = subtract ? T_OPCODE_SUB_ST : T_OPCODE_ADD_ST;
@@ -23564,7 +23564,6 @@ tc_gen_reloc (asection *section, fixS *fixp)
     case BFD_RELOC_ARM_SBREL32:
     case BFD_RELOC_ARM_PREL31:
     case BFD_RELOC_ARM_TARGET2:
-    case BFD_RELOC_ARM_TLS_LE32:
     case BFD_RELOC_ARM_TLS_LDO32:
     case BFD_RELOC_ARM_PCREL_CALL:
     case BFD_RELOC_ARM_PCREL_JUMP:
@@ -23602,6 +23601,7 @@ tc_gen_reloc (asection *section, fixS *fixp)
 
     case BFD_RELOC_ARM_TLS_GOTDESC:
     case BFD_RELOC_ARM_TLS_GD32:
+    case BFD_RELOC_ARM_TLS_LE32:
     case BFD_RELOC_ARM_TLS_IE32:
     case BFD_RELOC_ARM_TLS_LDM32:
       /* BFD will include the symbol's address in the addend.
index aa03f445a7fcc4c24beb7dec79c4002524cc87b4..d929e689bec478c6af4f409319ce7a40d9b2b68f 100644 (file)
@@ -1,3 +1,10 @@
+2015-06-18  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/18481
+       * gas/arm/tls.s: Add tests of the tpoff pseudo with a local
+       symbol.
+       * gas/arm/tls.d: Update expected output.
+
 2015-06-17  Alessandro Marzocchi  <alessandro.marzocchi@gmail.com>
 
        PR gas/18500
index 727f8e4e0b96be5826900e7750693393fdefcebc..4d7e7244b2a8bffe9df90bf39cece44108ff7b64 100644 (file)
@@ -47,3 +47,21 @@ Disassembly of section .text:
                        3c: R_ARM_TLS_LE32      td
   40:  00000017        .word   0x00000017
                        40: R_ARM_TLS_GOTDESC   te
+0+44 <foo>:
+  44:  fffffff4        .word   0xfffffff4
+                       44: R_ARM_TLS_LE32      tbase
+  48:  fffffff8        .word   0xfffffff8
+                       48: R_ARM_TLS_LE32      tbase
+  4c:  fffffffc        .word   0xfffffffc
+                       4c: R_ARM_TLS_LE32      tbase
+  50:  00000000        .word   0x00000000
+                       50: R_ARM_TLS_LE32      tbase
+  54:  00000004        .word   0x00000004
+                       54: R_ARM_TLS_LE32      tbase
+  58:  00000008        .word   0x00000008
+                       58: R_ARM_TLS_LE32      tbase
+  5c:  0000000c        .word   0x0000000c
+                       5c: R_ARM_TLS_LE32      tbase
+  60:  00000000        .word   0x00000000
+                       60: R_ARM_TLS_LE32      tbase
+#pass
index 96a25f56f88d5fbddac0fcaed2a713c972aaf231..346ac98c0e9d816d7ff8790ad110c80a94979c91 100644 (file)
@@ -36,3 +36,26 @@ thumb_fn:
        .word   tc(gottpoff) + (. - 1b - 8)
        .word   td(tpoff)
 1:     .word   te(tlsdesc) + (. - 2b + 1)
+
+       @ PR 18481
+       .text
+foo:
+       .word tbase(tpoff)-12
+       .word tbase(tpoff)-8
+       .word tbase(tpoff)-4
+       .word tbase(tpoff)+0
+       .word tbase(tpoff)+4
+       .word tbase(tpoff)+8
+       .word tbase(tpoff)+12
+       .word tbase(tpoff)
+
+       .section        .tdata,"awT",%progbits
+tbase = . + 12
+       .word -12
+       .word -8
+       .word -4
+       .word 0
+       .word 4
+       .word 8
+       .word 12
+       .word 0
This page took 0.054185 seconds and 4 git commands to generate.