Add a new ".nop" directive to the assembler to allow the creation of no-op instructio...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / gas.exp
index a0158f38dde220d863ed942bb9f0df41e1fa0517..af9cb61e3f8d2f9368f2b393618675868d1dca42 100644 (file)
@@ -443,6 +443,7 @@ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/err-*.s $srcdir/$subdir/warn
 dg-finish
 
 # Set $nop_type appropriately to indicate the NOP instruction mnemonic.
+# Note - this code is made obsolete by the new .nops pseudo-op.
 switch -glob $target_triplet {
     bpf-*-* {
         set nop_type 6
@@ -470,3 +471,5 @@ run_dump_test "org-6"
 run_dump_test "fill-1"
 
 gas_test "pr23938.s" "" "" ".xstabs"
+
+run_dump_test "nop"
This page took 0.022723 seconds and 4 git commands to generate.