summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-07-18add manual .got entries to assembly files.midipix4-0/+35
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-18fix indirection of __init_array_start and __fini_array_start.midipix2-36/+0
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-18weak symbols: remove the previously used workaround, as it is nomidipix5-37/+0
longer needed. This change follows corresponding work on, as well as patches to binutils and cbb-gcc.
2015-06-02arch-specific code: fix assembly function declarations.midipix6-0/+18
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-27adjust arch-specific files to match musl version 1.1.9.midipix2-0/+0
2015-04-25complete/fix support of ctors/dtors and tls.midipix8-10/+52
+ do not build libc.so with -DSHARED for the midipix targets. + provide surrogate init/fini arrays that allow invocation of the ctors/dtors iteration routines. + provide a builtin tls for the first thread. + update __copy_tls to match the layout of the simplified struct __tls. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-05nt32: initial commit of core port files.midipix18-0/+254
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-24manually export additional weak symbols.midipix1-0/+6
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-08dynlink.c: replace stubs with calls into the ldso vtable.midipix1-6/+10
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-08initial commit of core port files.midipix17-0/+294
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.