diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-04-05 18:19:13 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-04-05 18:19:13 +0000 |
commit | 8ac9c1245922048bd6d29fc6dc0d67289fe6d0c0 (patch) | |
tree | 2ae94561b7a0d6f870fcee8cd45dfdf9775aa464 /gas/testsuite | |
parent | ad7f5c69051afd2de3da7d89782ee3105cc813fa (diff) | |
download | gdb-8ac9c1245922048bd6d29fc6dc0d67289fe6d0c0.zip gdb-8ac9c1245922048bd6d29fc6dc0d67289fe6d0c0.tar.gz gdb-8ac9c1245922048bd6d29fc6dc0d67289fe6d0c0.tar.bz2 |
* gas/cris/brokw-2.s: Correct broken-word expansion visualization
in comment.
Diffstat (limited to 'gas/testsuite')
-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 |