gas: fold symbol table entries generated for .startof.() / .sizeof.()
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / startof.s
diff --git a/gas/testsuite/gas/elf/startof.s b/gas/testsuite/gas/elf/startof.s
new file mode 100644 (file)
index 0000000..a90e116
--- /dev/null
@@ -0,0 +1,6 @@
+       .data
+       .dc.a   .startof.(.text)
+       .dc.a   .sizeof.(.text)
+       .dc.a   0
+       .dc.a   .sizeof.(.text)
+       .dc.a   .startof.(.text)
This page took 0.024919 seconds and 4 git commands to generate.