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:
3876b4c
)
The Apollo compiler doesn't like assigning variables to enum's. So,
author
Sean Eric Fagan
<sef@cygnus>
Tue, 7 Apr 1992 22:20:00 +0000
(22:20 +0000)
committer
Sean Eric Fagan
<sef@cygnus>
Tue, 7 Apr 1992 22:20:00 +0000
(22:20 +0000)
add a new enum to the class, with a value of 0.
gas/config/tc-m68kmote.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-m68kmote.c
b/gas/config/tc-m68kmote.c
index 4f8b21377865b1cdd3862cef9b7378211f56f474..dd18c7ee29feecadcaf2f315e5e15b1d3d111c69 100644
(file)
--- a/
gas/config/tc-m68kmote.c
+++ b/
gas/config/tc-m68kmote.c
@@
-422,7
+422,7
@@
static void s_proc();
#endif /* not __STDC__ */
-static enum m68k_architecture current_architecture =
0
;
+static enum m68k_architecture current_architecture =
_m68k_undef
;
/* BCC68000 is for patching in an extra jmp instruction for long offsets
on the 68000. The 68000 doesn't support long branches with branchs */