Remove unnecessary TUI declarations
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / symbols-4.d
index bb984fdde2f49ef48ee3ef6ccd5d3b7e73036dbf..0391c7c89d621ca415e3e493e770e1a5633dfb4e 100644 (file)
@@ -1,14 +1,14 @@
 #name: weaken '*' but not 'foo' or 'bar'
 #PROG: objcopy
-#objcopy: -w -W !foo -W !bar -W *
+#objcopy: -w -W \!foo -W \!bar -W \*
 #source: symbols.s
-#DUMPPROG: nm
 #nm: -n
 
+#...
 0+ D bar
-0+ W foa
-0+ W fob
+0+ [VW] foa
+0+ [VW] fob
 0+ D foo
-0+ W foo1
-0+ W foo2
+0+ [VW] foo1
+0+ [VW] foo2
 
This page took 0.024364 seconds and 4 git commands to generate.