This commit was manufactured by cvs2svn to create branch 'binutils-csl-
authornobody <>
Mon, 15 May 2006 19:57:36 +0000 (19:57 +0000)
committernobody <>
Mon, 15 May 2006 19:57:36 +0000 (19:57 +0000)
2_17-branch'.

Cherrypick from master 2006-05-15 19:57:35 UTC Paul Brook <paul@codesourcery.com> '2006-05-15  Paul Brook  <paul@codesourcery.com>':
    ld/testsuite/ld-arm/arm-be8.d
    ld/testsuite/ld-arm/arm-be8.s

ld/testsuite/ld-arm/arm-be8.d [new file with mode: 0644]
ld/testsuite/ld-arm/arm-be8.s [new file with mode: 0644]

diff --git a/ld/testsuite/ld-arm/arm-be8.d b/ld/testsuite/ld-arm/arm-be8.d
new file mode 100644 (file)
index 0000000..43ce9b0
--- /dev/null
@@ -0,0 +1,8 @@
+
+.*:     file format.*
+
+Contents of section .text:
+ 8000 0000a0e3 1eff2fe1 c0467047 fff7fcff .*
+ 8010 12345678                            .*
+# Ignore .ARM.attributes section
+#...
diff --git a/ld/testsuite/ld-arm/arm-be8.s b/ld/testsuite/ld-arm/arm-be8.s
new file mode 100644 (file)
index 0000000..871b691
--- /dev/null
@@ -0,0 +1,14 @@
+.arch armv6
+.text
+arm:
+mov r0, #0
+$m:
+bx lr
+.thumb
+.thumb_func
+thumb:
+nop
+bx lr
+bl thumb
+data:
+.word 0x12345678