Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [aarch64-darwin] be very careful of warnings. | Moritz Angermann | 2021-03-29 | 1 | -0/+1 |
| | | | | | | | So we did *not* have the stgCallocBytes prototype, and subsequently the C compiler defaulted to `int` as a return value. Thus generating sxtw instructions for the return value of stgCalloBytes to produce the expected void *. | ||||
* | [rts] cast return value to struct. | Moritz Angermann | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | [macho] improved linker with proper plt support | Moritz Angermann | 2021-03-29 | 1 | -0/+93 |
This is a pre-requisite for making aarch64-darwin work. |