aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix/undef-3m.d
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mmix/undef-3m.d')
-rw-r--r--ld/testsuite/ld-mmix/undef-3m.d20
1 files changed, 20 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/undef-3m.d b/ld/testsuite/ld-mmix/undef-3m.d
new file mode 100644
index 0000000..60752dc
--- /dev/null
+++ b/ld/testsuite/ld-mmix/undef-3m.d
@@ -0,0 +1,20 @@
+#source: start.s
+#ld: -m mmo -u undefd
+#objdump: -x
+
+.*: file format mmo
+.*
+architecture: mmix, flags 0x0+10:
+HAS_SYMS
+start address 0x0+
+
+Sections:
+Idx Name Size VMA LMA File off Algn
+ 0 \.text 0+4 0+ 0+ 0+ 2\*\*2
+ CONTENTS, ALLOC, LOAD, CODE
+SYMBOL TABLE:
+0+ g \.text Main
+0+ g \*UND\* undefd
+0+ g \.text _start
+
+