2016-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
ld/
    * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
    Set address of .foo section when linking.
    * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
    in .foo section.
    * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
    output to the above changes.
+2016-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
+       Set address of .foo section when linking.
+       * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
+       in .foo section.
+       * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
+       output to the above changes.
+
 2016-01-13  Nick Clifton  <nickc@redhat.com>
 
        * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
 
     {"Thumb-Thumb farcall (PIC veneer)" "-Ttext 0x1000 --section-start .foo=0x2001014 --pic-veneer" "" "-march=armv4t" {farcall-thumb-thumb.s}
      {{objdump -d farcall-thumb-thumb-pic-veneer.d}}
      "farcall-thumb-thumb-pic-veneer"}
-    {"Thumb-Thumb farcall v6-M (no profile)" "-Ttext 0x1000" "" ""
+    {"Thumb-Thumb farcall v6-M (no profile)" "-Ttext 0x1000 --section-start .foo=0x2001014" "" ""
      {farcall-thumb-thumb-m-no-profile-a.s farcall-thumb-thumb-m-no-profile-b.s}
      {{objdump -d farcall-thumb-thumb-m-no-profile.d}}
      "farcall-thumb-thumb-m-no-profile"}
 
        .thumb
        .type myfunc, function
        .global myfunc
-       .text
-       .space 102400000
+       .section .foo, "xa"
 myfunc:
        bx      lr
 
     100e:      bc01            pop     {r0}
     1010:      4760            bx      ip
     1012:      bf00            nop
-    1014:      061a9019        .word   0x061a9019
-       \.\.\.
+    1014:      02001015        .word   0x02001015
 
-00080000 <_stack>:
-       \.\.\.
+Disassembly of section .foo:
 
-061a9018 <myfunc>:
- 61a9018:      4770            bx      lr
+02001014 <myfunc>:
+ 2001014:      4770            bx      lr