Don't ignore .line directives

This commit is contained in:
Steve Chamberlain 1991-12-04 15:32:22 +00:00
parent 40985bbf13
commit 8bcad1b5b7
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ md_pseudo_table[] = {
{ "align", s_align_bytes, 4 },
{ "block", s_space, 0 },
{ "cputype", s_ignore, 0 }, /* CPU as 29000 or 29050 */
{ "line", s_ignore, 0 }, /* Line number of coff symbol */
{ "reg", s_lsym, 0 }, /* Register equate, same as equ */
{ "space", s_ignore, 0 }, /* Listing control */
{ "sect", s_ignore, 0 }, /* Creation of coff sections */