+2015-12-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * ld-arm/arm-elf.exp: Run new test "Thumb-Thumb farcall v6-M (no
+       profile)".
+       * ld-arm/farcall-thumb-thumb-m-no-profile-a.s: New file.
+       * ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Likewise.
+       * ld-arm/farcall-thumb-thumb-m-no-profile.d: Likewise.
+
 2015-12-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * ld-arm/arm-elf.exp (armeabitests_common): Run new tests
 
     {"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" "" ""
+     {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-ARM farcall" "-Ttext 0x1c01010 --section-start .foo=0x2001014" "" "-W" {farcall-thumb-arm.s}
      {{objdump -d farcall-thumb-arm.d}}
 
--- /dev/null
+       .eabi_attribute Tag_CPU_arch, 11        @ V6-M
+       .thumb
+       .type _start, function
+       .global _start
+       .text
+_start:
+       bl      myfunc
+       b       .
 
--- /dev/null
+       .eabi_attribute Tag_CPU_arch, 11        @ V6-M
+       .thumb
+       .type myfunc, function
+       .global myfunc
+       .text
+       .space 102400000
+myfunc:
+       bx      lr
 
--- /dev/null
+.*:     file format .*
+
+Disassembly of section .text:
+
+00001000 <_start>:
+    1000:      f000 f802       bl      1008 <__myfunc_veneer>
+    1004:      e7fe            b.n     1004 <_start\+0x4>
+       \.\.\.
+
+00001008 <__myfunc_veneer>:
+    1008:      b401            push    {r0}
+    100a:      4802            ldr     r0, \[pc, #8\]  ; \(1014 <__myfunc_veneer\+0xc>\)
+    100c:      4684            mov     ip, r0
+    100e:      bc01            pop     {r0}
+    1010:      4760            bx      ip
+    1012:      bf00            nop
+    1014:      061a9019        .word   0x061a9019
+       \.\.\.
+
+00080000 <_stack>:
+       \.\.\.
+
+061a9018 <myfunc>:
+ 61a9018:      4770            bx      lr