mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-01-11 06:07:01 +00:00
ignore .type stuff
This commit is contained in:
@ -60,6 +60,7 @@ const pseudo_typeS obj_pseudo_table[] =
|
|||||||
{"sect", obj_amiga_section, 0},
|
{"sect", obj_amiga_section, 0},
|
||||||
{"sect.s", obj_amiga_section, 0},
|
{"sect.s", obj_amiga_section, 0},
|
||||||
{"swbeg", s_ignore, 0},
|
{"swbeg", s_ignore, 0},
|
||||||
|
{"type", s_ignore, 0},
|
||||||
|
|
||||||
/* other stuff */
|
/* other stuff */
|
||||||
{"ABORT", s_abort, 0},
|
{"ABORT", s_abort, 0},
|
||||||
|
|||||||
Reference in New Issue
Block a user