From 7ee448c941aaa5eb9352a0c4360d49768c69cb9d Mon Sep 17 00:00:00 2001 From: bebbo Date: Tue, 14 Feb 2017 15:02:25 +0100 Subject: [PATCH] @N treat .gcc_except_table as .data --- gas/read.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gas/read.c b/gas/read.c index 28e5166..6fff104 100644 --- a/gas/read.c +++ b/gas/read.c @@ -297,6 +297,7 @@ static const pseudo_typeS potable[] = { {"common", s_mri_common, 0}, {"common.s", s_mri_common, 1}, {"data", s_data, 0}, + {"gcc_except_table", s_data, 0}, #ifdef OBJ_AMIGAHUNK {"datachip", s_data_chip, 0}, #endif