summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2002-08-31 17:23:58 +0000
committerHans-Peter Nilsson <hp@axis.com>2002-08-31 17:23:58 +0000
commit8ed733da92b86674df952699f5ebfd1ffe4793ac (patch)
tree058091fd0ad6ca00a8fa15899c7770012be2b48f /ld/testsuite/ld-mmix
parentd767797b6f8059c4ac7a112e53eb9a2eb86484f8 (diff)
downloadbinutils-redhat-8ed733da92b86674df952699f5ebfd1ffe4793ac.tar.gz
* ld-mmix/bpo-10.d: Tweak for change in symbols handling.
* ld-mmix/bpo-11.d: Ditto. * ld-mmix/b-nosym.d: Adjust for changed output for absence of symbols. * ld-mmix/sec-7m.d: Rename tested section from .debug_info to .di. * ld-mmix/sec-7a.s, ld-mmix/sec-7b.s, ld-mmix/sec-7c.s, ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: Ditto.
Diffstat (limited to 'ld/testsuite/ld-mmix')
-rw-r--r--ld/testsuite/ld-mmix/b-nosym.d3
-rw-r--r--ld/testsuite/ld-mmix/bpo-10.d2
-rw-r--r--ld/testsuite/ld-mmix/bpo-11.d1
-rw-r--r--ld/testsuite/ld-mmix/sec-7a.s2
-rw-r--r--ld/testsuite/ld-mmix/sec-7b.s2
-rw-r--r--ld/testsuite/ld-mmix/sec-7c.s2
-rw-r--r--ld/testsuite/ld-mmix/sec-7d.s2
-rw-r--r--ld/testsuite/ld-mmix/sec-7e.s2
-rw-r--r--ld/testsuite/ld-mmix/sec-7m.d6
9 files changed, 11 insertions, 11 deletions
diff --git a/ld/testsuite/ld-mmix/b-nosym.d b/ld/testsuite/ld-mmix/b-nosym.d
index 9c00d71609..c7953eca68 100644
--- a/ld/testsuite/ld-mmix/b-nosym.d
+++ b/ld/testsuite/ld-mmix/b-nosym.d
@@ -11,5 +11,8 @@
.*: file format mmo
+SYMBOL TABLE:
+no symbols
+
Contents of section \.text:
0000 e3fd0001 e3fd0004 .*
diff --git a/ld/testsuite/ld-mmix/bpo-10.d b/ld/testsuite/ld-mmix/bpo-10.d
index 94afac0888..84f5b17df0 100644
--- a/ld/testsuite/ld-mmix/bpo-10.d
+++ b/ld/testsuite/ld-mmix/bpo-10.d
@@ -19,8 +19,6 @@ SYMBOL TABLE:
0+ l d \*ABS\* 0+
0+ l d \*ABS\* 0+
0+ l \.init 0+ _start
-0+ g \*ABS\* 0+
-0+ g \*ABS\* 0+
2000000000000000 g \*ABS\* 0+ __bss_start
2000000000000000 g \*ABS\* 0+ _edata
2000000000000000 g \*ABS\* 0+ _end
diff --git a/ld/testsuite/ld-mmix/bpo-11.d b/ld/testsuite/ld-mmix/bpo-11.d
index 5b254f3f69..2380ce8547 100644
--- a/ld/testsuite/ld-mmix/bpo-11.d
+++ b/ld/testsuite/ld-mmix/bpo-11.d
@@ -23,7 +23,6 @@ SYMBOL TABLE:
0+14 g \.text 0+ x
0+10 g \.text 0+ x2
2000000000000000 g \*ABS\* 0+ __bss_start
-0+ g \*ABS\* 0+
2000000000000000 g \*ABS\* 0+ _edata
2000000000000000 g \*ABS\* 0+ _end
0+10 g \.text 0+ _start\.
diff --git a/ld/testsuite/ld-mmix/sec-7a.s b/ld/testsuite/ld-mmix/sec-7a.s
index 607150bd74..58cc7ab3da 100644
--- a/ld/testsuite/ld-mmix/sec-7a.s
+++ b/ld/testsuite/ld-mmix/sec-7a.s
@@ -1,4 +1,4 @@
- .section .debug_info
+ .section .di
.byte 42
.rept 32763
.byte 0
diff --git a/ld/testsuite/ld-mmix/sec-7b.s b/ld/testsuite/ld-mmix/sec-7b.s
index 77474b23a2..963ca47a2d 100644
--- a/ld/testsuite/ld-mmix/sec-7b.s
+++ b/ld/testsuite/ld-mmix/sec-7b.s
@@ -1,4 +1,4 @@
- .section .debug_info
+ .section .di
.byte 44
.rept 32764
.byte 0
diff --git a/ld/testsuite/ld-mmix/sec-7c.s b/ld/testsuite/ld-mmix/sec-7c.s
index 0631bfb0ab..f6faf85fa7 100644
--- a/ld/testsuite/ld-mmix/sec-7c.s
+++ b/ld/testsuite/ld-mmix/sec-7c.s
@@ -1,4 +1,4 @@
- .section .debug_info
+ .section .di
.byte 46
.rept 32765
.byte 0
diff --git a/ld/testsuite/ld-mmix/sec-7d.s b/ld/testsuite/ld-mmix/sec-7d.s
index fe464e4558..4d73c5f7f5 100644
--- a/ld/testsuite/ld-mmix/sec-7d.s
+++ b/ld/testsuite/ld-mmix/sec-7d.s
@@ -1,4 +1,4 @@
- .section .debug_info
+ .section .di
.byte 48
.rept 32766
.byte 0
diff --git a/ld/testsuite/ld-mmix/sec-7e.s b/ld/testsuite/ld-mmix/sec-7e.s
index 50b2281f6b..2ffde13e79 100644
--- a/ld/testsuite/ld-mmix/sec-7e.s
+++ b/ld/testsuite/ld-mmix/sec-7e.s
@@ -1,4 +1,4 @@
- .section .debug_info
+ .section .di
.byte 50
.rept 32767
.byte 0
diff --git a/ld/testsuite/ld-mmix/sec-7m.d b/ld/testsuite/ld-mmix/sec-7m.d
index c7449549a8..f7d45ed9e8 100644
--- a/ld/testsuite/ld-mmix/sec-7m.d
+++ b/ld/testsuite/ld-mmix/sec-7m.d
@@ -20,11 +20,11 @@ Sections:
Idx Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File off Algn
0 \.text[ ]+0+4 0+ 0+ 0+ 2\*\*2
[ ]+CONTENTS, ALLOC, LOAD, CODE
- 1 \.debug_info 0+27ffb 0+ 0+ 0+ 2\*\*2
-[ ]+CONTENTS, READONLY, DEBUGGING
+ 1 \.di 0+27ffb 2000000000000000 2000000000000000 0+ 2\*\*2
+[ ]+CONTENTS, READONLY
Contents of section \.text:
0000 e3fd0001[ ]+.*
-Contents of section \.debug_info:
+Contents of section \.di:
0000 2a000000 00000000 00000000 00000000 .*
#...
7ff0 00000000 00000000 00000000 2b2c0000 .*