From b34e7262227e55942943731219a8016afb30a701 Mon Sep 17 00:00:00 2001 From: bebbo Date: Sat, 12 May 2018 22:32:35 +0200 Subject: [PATCH] ignore .type stuff --- gas/config/obj-amigahunk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gas/config/obj-amigahunk.c b/gas/config/obj-amigahunk.c index 5e39d95..1f415d8 100644 --- a/gas/config/obj-amigahunk.c +++ b/gas/config/obj-amigahunk.c @@ -60,6 +60,7 @@ const pseudo_typeS obj_pseudo_table[] = {"sect", obj_amiga_section, 0}, {"sect.s", obj_amiga_section, 0}, {"swbeg", s_ignore, 0}, + {"type", s_ignore, 0}, /* other stuff */ {"ABORT", s_abort, 0},