mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
@N treat .gcc_except_table as .data
This commit is contained in:
@ -297,6 +297,7 @@ static const pseudo_typeS potable[] = {
|
|||||||
{"common", s_mri_common, 0},
|
{"common", s_mri_common, 0},
|
||||||
{"common.s", s_mri_common, 1},
|
{"common.s", s_mri_common, 1},
|
||||||
{"data", s_data, 0},
|
{"data", s_data, 0},
|
||||||
|
{"gcc_except_table", s_data, 0},
|
||||||
#ifdef OBJ_AMIGAHUNK
|
#ifdef OBJ_AMIGAHUNK
|
||||||
{"datachip", s_data_chip, 0},
|
{"datachip", s_data_chip, 0},
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user