mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Added "sect" as synonym for "section"
This commit is contained in:
@ -155,6 +155,7 @@ const pseudo_typeS obj_pseudo_table[] = {
|
|||||||
{ "type", obj_coff_type, 0 },
|
{ "type", obj_coff_type, 0 },
|
||||||
{ "val", obj_coff_val, 0 },
|
{ "val", obj_coff_val, 0 },
|
||||||
{ "section", obj_coff_section, 0 },
|
{ "section", obj_coff_section, 0 },
|
||||||
|
{ "sect", obj_coff_section, 0 },
|
||||||
{ "text", obj_coff_text, 0 },
|
{ "text", obj_coff_text, 0 },
|
||||||
{ "data", obj_coff_data, 0 },
|
{ "data", obj_coff_data, 0 },
|
||||||
/* we don't yet handle this. */
|
/* we don't yet handle this. */
|
||||||
|
Reference in New Issue
Block a user