summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/weak
AgeCommit message (Collapse)AuthorFilesLines
2015-07-18weak symbols: remove the previously used workaround, as it is nomidipix248-505/+0
longer needed. This change follows corresponding work on, as well as patches to binutils and cbb-gcc.
2015-06-02weak symbols: fix assembly function declarations.midipix124-125/+250
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-02weak symbols: syntax uniformity: use .global rather than .globl.midipix31-32/+32
2015-04-05nt32: initial commit of the bits that manually export weak symbols;midipix248-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.