Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-18 | weak symbols: remove the previously used workaround, as it is no | midipix | 248 | -505/+0 | |
longer needed. This change follows corresponding work on, as well as patches to binutils and cbb-gcc. | |||||
2015-06-02 | weak symbols: fix assembly function declarations. | midipix | 124 | -125/+250 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-06-02 | weak symbols: syntax uniformity: use .global rather than .globl. | midipix | 31 | -32/+32 | |
2015-04-05 | nt32: initial commit of the bits that manually export weak symbols; | midipix | 248 | -0/+380 | |
this works around a limitation in binutils, where weak symbols are correctly resolved within the linked image, yet not exported via --export-all-symbols. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |