summaryrefslogtreecommitdiff
path: root/armstartup.s
AgeCommit message (Collapse)AuthorFilesLines
2016-06-23fix more *_real functions for ARM softfp calling convention (define SOFT_FP_CC)John van Groningen1-0/+60
2016-06-21fix print_real and pow_real for softfp calling convention (define SOFT_FP_CC)John van Groningen1-0/+15
2016-06-14fix RtoAC, 8 byte align the stack pointer on ARM before calling sprintfJohn van Groningen1-0/+3
2016-05-02fix print_record and DtoAC for records John van Groningen1-2/+4
(the pointer to the name is stored as an absolute address and not a relative address)
2016-04-05set visibility of _c3,_c4,.. symbols to hiddenJohn van Groningen1-0/+3
2015-11-02call clean_init and clean_fini for shared librariesJohn van Groningen1-0/+8
2015-11-02fix clean_init and clean_fini on ARMJohn van Groningen1-5/+8
2015-11-02remove import or export of __eaindJohn van Groningen1-5/+3
2015-11-02set visibility of symbols to hidden on ARM,John van Groningen1-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-02remove imports or exports of symbols that are not used or definedJohn van Groningen1-7/+0
2015-11-02don't use registers r0-r3 on ARM in string_to_string_node, int_array_to_node ↵John van Groningen1-18/+15
and real_array_to_node, this code is called by code for a centry where these registers may contain arguments
2015-11-02increase size of comm saved_heap_p from 4 to 8 bytesJohn van Groningen1-1/+1
2015-11-02rename __indirection as e__system__nindJohn van Groningen1-25/+25
2015-10-22add position independent code option (PIC) for ARMJohn van Groningen1-497/+1039
2015-09-03fix armap.s includeJohn van Groningen1-1/+1
2015-09-03set eol-style propertyJohn van Groningen1-4316/+4316
2015-09-02add runtime system for the ARMJohn van Groningen1-0/+4316