Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-13 | Improve support for DOS-like systems. | Lasse Collin | 1 | -3/+3 | |
Here DOS-like means DOS, Windows, and OS/2. | |||||
2009-02-07 | Support LZMA_API_STATIC in assembler files to | Lasse Collin | 1 | -0/+4 | |
avoid __declspec(dllexport) equivalent. | |||||
2009-02-02 | Updated the x86 assembler code: | Lasse Collin | 1 | -12/+72 | |
- Use call/ret pair to get instruction pointer for PIC. - Use PIC only if PIC or __PIC__ is #defined. - The code should work on MinGW and Darwin in addition to GNU/Linux and Solaris. | |||||
2008-01-26 | Added note.GNU-stack to x86 assembler files. It is needed | Lasse Collin | 1 | -0/+9 | |
when using non-executable stack. | |||||
2007-12-14 | Use the filename suffix .S instead of .s for assembler files | Lasse Collin | 1 | -0/+217 | |
so that the preprocessor removes the /* */ style comments, which are not supported by some non-GNU assemblers (Solaris) that otherwise work with this code. |