Remove deprecated section types

This commit is contained in:
ISSOtm
2020-03-10 16:04:58 +01:00
parent 13e4920122
commit 3948795d49
2 changed files with 1 additions and 25 deletions

View File

@@ -402,7 +402,6 @@ const struct sLexInitString lexer_strings[] = {
{"[hl-]", T_MODE_HL_INDDEC},
{"[hli]", T_MODE_HL_INDINC},
{"[hld]", T_MODE_HL_INDDEC},
{"[sp]", T_MODE_SP_IND},
{"af", T_MODE_AF},
{"bc", T_MODE_BC},
{"de", T_MODE_DE},
@@ -528,12 +527,6 @@ const struct sLexInitString lexer_strings[] = {
{"sram", T_SECT_SRAM},
{"oam", T_SECT_OAM},
/* Deprecated section type names */
{"home", T_SECT_HOME},
{"code", T_SECT_CODE},
{"data", T_SECT_DATA},
{"bss", T_SECT_BSS},
{"rb", T_POP_RB},
{"rw", T_POP_RW},
{"equ", T_POP_EQU},