diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/cris/brokw-2.s | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 476466f..4c1c3e2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -6,6 +6,8 @@ gas/cris/rd-dw2-10.d, gas/cris/rd-dw2-11.d, gas/cris/rd-dw2-12.d, gas/cris/rd-dw2-13.d, gas/cris/rd-dw2-14.d, gas/cris/rd-dw2-15.d: New tests. + * gas/cris/brokw-2.s: Correct broken-word expansion visualization + in comment. 2001-04-05 Hans-Peter Nilsson <hp@axis.com> diff --git a/gas/testsuite/gas/cris/brokw-2.s b/gas/testsuite/gas/cris/brokw-2.s index 2747d04..cec6f71 100644 --- a/gas/testsuite/gas/cris/brokw-2.s +++ b/gas/testsuite/gas/cris/brokw-2.s @@ -11,6 +11,7 @@ sym2: moveq 0,r0 ; nop ; .skip 2,0 ; Secondary jump table inserted here : +; jump sym3 ; jump sym1 next_label: moveq 2,r0 |