Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-23 | fix more *_real functions for ARM softfp calling convention (define SOFT_FP_CC) | John van Groningen | 1 | -0/+60 | |
2016-06-21 | fix print_real and pow_real for softfp calling convention (define SOFT_FP_CC) | John van Groningen | 1 | -0/+15 | |
2016-06-14 | fix RtoAC, 8 byte align the stack pointer on ARM before calling sprintf | John van Groningen | 1 | -0/+3 | |
2016-05-02 | fix print_record and DtoAC for records | John van Groningen | 1 | -2/+4 | |
(the pointer to the name is stored as an absolute address and not a relative address) | |||||
2016-04-05 | set visibility of _c3,_c4,.. symbols to hidden | John van Groningen | 1 | -0/+3 | |
2015-11-02 | call clean_init and clean_fini for shared libraries | John van Groningen | 1 | -0/+8 | |
2015-11-02 | fix clean_init and clean_fini on ARM | John van Groningen | 1 | -5/+8 | |
2015-11-02 | remove import or export of __eaind | John van Groningen | 1 | -5/+3 | |
2015-11-02 | set visibility of symbols to hidden on ARM, | John van Groningen | 1 | -1/+51 | |
otherwise the dynamic loader refuses to compute the relative address when loading a shared library, protected instead of hidden should also work | |||||
2015-11-02 | remove imports or exports of symbols that are not used or defined | John van Groningen | 1 | -7/+0 | |
2015-11-02 | don't use registers r0-r3 on ARM in string_to_string_node, int_array_to_node ↵ | John van Groningen | 1 | -18/+15 | |
and real_array_to_node, this code is called by code for a centry where these registers may contain arguments | |||||
2015-11-02 | increase size of comm saved_heap_p from 4 to 8 bytes | John van Groningen | 1 | -1/+1 | |
2015-11-02 | rename __indirection as e__system__nind | John van Groningen | 1 | -25/+25 | |
2015-10-22 | add position independent code option (PIC) for ARM | John van Groningen | 1 | -497/+1039 | |
2015-09-03 | fix armap.s include | John van Groningen | 1 | -1/+1 | |
2015-09-03 | set eol-style property | John van Groningen | 1 | -4316/+4316 | |
2015-09-02 | add runtime system for the ARM | John van Groningen | 1 | -0/+4316 | |