Added "sect" as synonym for "section"

This commit is contained in:
Steve Chamberlain 1992-05-05 00:51:50 +00:00
parent 2d690b0abc
commit b38479171a

View file

@ -155,6 +155,7 @@ const pseudo_typeS obj_pseudo_table[] = {
{ "type", obj_coff_type, 0 },
{ "val", obj_coff_val, 0 },
{ "section", obj_coff_section, 0 },
{ "sect", obj_coff_section, 0 },
{ "text", obj_coff_text, 0 },
{ "data", obj_coff_data, 0 },
/* we don't yet handle this. */