summaryrefslogtreecommitdiff
path: root/rts/linker/macho/plt.c
Commit message (Collapse)AuthorAgeFilesLines
* [aarch64-darwin] be very careful of warnings.Moritz Angermann2021-03-291-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 Angermann2021-03-291-1/+1
|
* [macho] improved linker with proper plt supportMoritz Angermann2021-03-291-0/+93
This is a pre-requisite for making aarch64-darwin work.