@N treat .gcc_except_table as .data

This commit is contained in:
bebbo 2017-02-14 15:02:25 +01:00
parent 742d6bb698
commit 7ee448c941
1 changed files with 1 additions and 0 deletions

View File

@ -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