aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-04-10 18:34:49 +0000
committerDoug Evans <dje@google.com>1998-04-10 18:34:49 +0000
commitc94a25c228aeedface7710ebd1fb275ebe612fc1 (patch)
treea32988711b676d0c6df6132ade294f8e1b0fc4d3 /gas
parentc66e3d64792b85de8cdee292f8a8c28ee373c53f (diff)
downloadgdb-c94a25c228aeedface7710ebd1fb275ebe612fc1.zip
gdb-c94a25c228aeedface7710ebd1fb275ebe612fc1.tar.gz
gdb-c94a25c228aeedface7710ebd1fb275ebe612fc1.tar.bz2
tweak comment regarding state transitions
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-dvp.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/gas/config/tc-dvp.c b/gas/config/tc-dvp.c
index 4298885..b34f582 100644
--- a/gas/config/tc-dvp.c
+++ b/gas/config/tc-dvp.c
@@ -96,10 +96,14 @@ const char FLT_CHARS[] = "dD";
seen).
Allowed state transitions:
- ASM_INIT -> ASM_MPG
- ASM_DIRECT -> ASM_GIF
- ASM_UNPACK
- ASM_VU
+ ASM_INIT <--> ASM_MPG
+ ASM_DIRECT <--> ASM_GIF
+ ASM_UNPACK
+ ASM_VU
+
+ FIXME: Make the ASM_INIT -> ASM_VU a one way transition.
+ ".vu" must be seen at the top of the file,
+ and cannot be switched out of.
*/
typedef enum {