diff options
author | Tom Wood <wood@gnu.org> | 1992-04-27 20:44:29 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-04-27 20:44:29 +0000 |
commit | e6a821bc07241d0379b667b6b7031cb2704c272e (patch) | |
tree | 88995c47ce1744e2bee5f46ede564d63fabf6671 | |
parent | 377972821f088fa8fa795c1885ed55a7573a1ebc (diff) | |
download | gcc-e6a821bc07241d0379b667b6b7031cb2704c272e.zip gcc-e6a821bc07241d0379b667b6b7031cb2704c272e.tar.gz gcc-e6a821bc07241d0379b667b6b7031cb2704c272e.tar.bz2 |
*** empty log message ***
From-SVN: r846
-rw-r--r-- | gcc/config/m88k/m88k.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index 532350b..ecf6ce1 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -204,9 +204,9 @@ extern char * reg_names[]; /* Print subsidiary information on the compiler version in use. Redefined in m88kv4.h, and m88kluna.h. */ #define VERSION_INFO1 "88open OCS/BCS, " -#define VERSION_INFO2 "21 Apr 1992" +#define VERSION_INFO2 "27 Apr 1992" #define VERSION_STRING version_string -#define TM_SCCS_ID "@(#)m88k.h 2.1.4.5 21 Apr 1992 08:02:51" +#define TM_SCCS_ID "@(#)m88k.h 2.1.4.6 27 Apr 1992 16:30:45" /* Run-time compilation parameters selecting different hardware subsets. */ @@ -1563,6 +1563,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS, #undef FINI_SECTION_ASM_OP #undef TYPE_ASM_OP #undef SIZE_ASM_OP +#undef WEAK_ASM_OP #undef SKIP_ASM_OP #undef COMMON_ASM_OP |