5 Commits (83913c329f47eaae597f01be948a125e81c10909)

Author SHA1 Message Date
David Chisnall 83913c329f Fix the CFI directives in the MIPS objc_msgSend implementation.
The frame adjustment was incorrect and there was nothing indicating
where %ra was saved, which prevented unwinding.
10 years ago
David Chisnall f1c323b0a2 Add (untested!) updates to the MIPS / ARM asm paths. 10 years ago
theraven 42948106cd Fix the mask for the top part of the dtable on MIPS. 12 years ago
ericwa 317e951b0c libobjc2: some changes needed to build on OS X. CDECL macro to prefix symbol names in assembly code with an underscore, macros to omit the .type and .section derictives which are unsupported on OS X, and also a linker flag to make weak symbols work 13 years ago
theraven 518e059538 Add MIPS support for assembly paths.
Note: Only n64 is tested.  o32 and n32 will probably work, but use at your own tisk...
13 years ago