projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c66e3d6
)
tweak comment regarding state transitions
author
Doug Evans
<dje@google.com>
Fri, 10 Apr 1998 18:34:49 +0000
(18:34 +0000)
committer
Doug Evans
<dje@google.com>
Fri, 10 Apr 1998 18:34:49 +0000
(18:34 +0000)
gas/config/tc-dvp.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-dvp.c
b/gas/config/tc-dvp.c
index 4298885b0d70293fd1a9f0101b7ea7b9810e5067..b34f582d141b885349174ed2d0953af9f0279483 100644
(file)
--- 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 {