This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Run thumb2-b-interwork test


The ARM linker test thumb2-b-interwork was added by 
<http://sourceware.org/ml/binutils-cvs/2008-03/msg00032.html>.  The commit 
<http://sourceware.org/ml/binutils-cvs/2008-05/msg00121.html>, in the 
course of rearranging parts of arm-elf.exp, stopped this test from being 
run (apparently accidentally, since the test files themselves remained).  
I've committed this patch as obvious to make it run again; it passes on 
arm-none-eabi.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ChangeLog,v
retrieving revision 1.1021
diff -u -r1.1021 ChangeLog
--- ChangeLog	3 Feb 2009 14:36:44 -0000	1.1021
+++ ChangeLog	5 Feb 2009 21:54:20 -0000
@@ -1,3 +1,7 @@
+2009-02-05  Joseph Myers  <joseph@codesourcery.com>
+
+	* ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
+
 2009-02-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
 	* ld-m68k/got-multigot-12-13-14-34-35-ok.d: Update.
Index: ld-arm/arm-elf.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-arm/arm-elf.exp,v
retrieving revision 1.43
diff -u -r1.43 arm-elf.exp
--- ld-arm/arm-elf.exp	19 Jan 2009 12:20:15 -0000	1.43
+++ ld-arm/arm-elf.exp	5 Feb 2009 21:54:20 -0000
@@ -229,7 +229,9 @@
      {"Thumb-2 BL" "-Ttext 0x1000 --section-start .foo=0x1001000" "" {thumb2-bl.s}
       {{objdump -dr thumb2-bl.d}}
       "thumb2-bl"}
-
+     {"Thumb-2 Interworked branch" "-T arm.ld" "" {thumb2-b-interwork.s}
+      {{objdump -dr thumb2-b-interwork.d}}
+      "thumb2-b-interwork"}
     {"ARMv4 interworking" "-static -T arm.ld --fix-v4bx-interworking" "--fix-v4bx -meabi=4" {armv4-bx.s}
      {{objdump -d armv4-bx.d}}
      "armv4-bx"}

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]