summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-10-15 00:27:12 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-10-15 00:27:12 +0000
commitadd179e9076974f2fc1903604ad8a6efa544334c (patch)
tree0be6a7ce62a848aaddb2f7073a72a336c5354cae /ld
parent65006c88b80251c78879b3d36947459d1efd2be7 (diff)
downloadbinutils-redhat-add179e9076974f2fc1903604ad8a6efa544334c.tar.gz
* ld-crx/reloc-num8.d: Adjust for changed orphan placement.
* ld-crx/reloc-num16.d: Likewise. * ld-crx/reloc-num32.d: Likewise. * ld-scripts/provide-2.t: Start .data at 0x2000. * ld-scripts/provide-2.d: Adjust.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog8
-rw-r--r--ld/testsuite/ld-crx/reloc-num16.d4
-rw-r--r--ld/testsuite/ld-crx/reloc-num32.d6
-rw-r--r--ld/testsuite/ld-crx/reloc-num8.d4
-rw-r--r--ld/testsuite/ld-scripts/provide-2.d2
-rw-r--r--ld/testsuite/ld-scripts/provide-2.t2
6 files changed, 17 insertions, 9 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index b14a287538..03ba805642 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-15 Alan Modra <amodra@bigpond.net.au>
+
+ * ld-crx/reloc-num8.d: Adjust for changed orphan placement.
+ * ld-crx/reloc-num16.d: Likewise.
+ * ld-crx/reloc-num32.d: Likewise.
+ * ld-scripts/provide-2.t: Start .data at 0x2000.
+ * ld-scripts/provide-2.d: Adjust.
+
2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
* ld-scripts/sort.exp: Run for ELF targets only.
diff --git a/ld/testsuite/ld-crx/reloc-num16.d b/ld/testsuite/ld-crx/reloc-num16.d
index 7328d42783..72bf342deb 100644
--- a/ld/testsuite/ld-crx/reloc-num16.d
+++ b/ld/testsuite/ld-crx/reloc-num16.d
@@ -8,5 +8,5 @@
Disassembly of section .text:
-11014000 <_start>:
-11014000: 34 12 addcw \$0x3, r4
+.* <_start>:
+.*: 34 12 addcw \$0x3, r4
diff --git a/ld/testsuite/ld-crx/reloc-num32.d b/ld/testsuite/ld-crx/reloc-num32.d
index e364964a71..bdd9ee964a 100644
--- a/ld/testsuite/ld-crx/reloc-num32.d
+++ b/ld/testsuite/ld-crx/reloc-num32.d
@@ -8,6 +8,6 @@
Disassembly of section .text:
-11014000 <_start>:
-11014000: 78 56 orw r7, r8
-11014002: 34 12 addcw \$0x3, r4
+.* <_start>:
+.*: 78 56 orw r7, r8
+.*: 34 12 addcw \$0x3, r4
diff --git a/ld/testsuite/ld-crx/reloc-num8.d b/ld/testsuite/ld-crx/reloc-num8.d
index 8aa0215ab8..38927de8b0 100644
--- a/ld/testsuite/ld-crx/reloc-num8.d
+++ b/ld/testsuite/ld-crx/reloc-num8.d
@@ -8,5 +8,5 @@
Disassembly of section .text:
-11014000 <_start>:
-11014000: 12 00 addub \$0x1, r2
+.* <_start>:
+.*: 12 00 addub \$0x1, r2
diff --git a/ld/testsuite/ld-scripts/provide-2.d b/ld/testsuite/ld-scripts/provide-2.d
index f8bd0cf5cb..e151b306b2 100644
--- a/ld/testsuite/ld-scripts/provide-2.d
+++ b/ld/testsuite/ld-scripts/provide-2.d
@@ -3,5 +3,5 @@
#nm: -B
#...
0+3 A baz
-0+0 D foo
+0+2000 D foo
#pass
diff --git a/ld/testsuite/ld-scripts/provide-2.t b/ld/testsuite/ld-scripts/provide-2.t
index f128d5e12f..fe30dd8590 100644
--- a/ld/testsuite/ld-scripts/provide-2.t
+++ b/ld/testsuite/ld-scripts/provide-2.t
@@ -3,7 +3,7 @@ SECTIONS
PROVIDE (foo = 1);
PROVIDE (bar = 2);
PROVIDE (baz = 3);
- .data :
+ .data 0x2000 :
{
*(.data)
}