2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 20:28:25 +00:00

@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

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