Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Partial SEH support. | Toni Uhlig | 2023-11-15 |
| | | | | | | | * Removed linker script; .edata *and* .pdata required by MingW for SEH. * Removed buggy `-fdata-sections` and `-ffunction-sections`. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added custom linker script. | Toni Uhlig | 2023-10-01 |
* discard .xdata section (unwind data for SEH will be done in another way) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |