Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash when loading archive files, dereferencing iterator .end() is ↵ | juj | 2016-10-14 | 1 | -7/+3 |
| | | | | undefined behavior. (#769) | ||||
* | Fix crash on loading archives, firstRegularData member field was not ↵ | juj | 2016-10-13 | 1 | -1/+1 |
| | | | | initialized to null which caused dereferencing a garbage pointer. (#770) | ||||
* | Build fixes/workarounds to support Visual Studio 2013 build, which has ↵ | juj | 2016-06-21 | 1 | -1/+1 |
| | | | | trouble with some new C++11 constructs. (#581) | ||||
* | make print flags in archive.cpp nicer (#437) | Alon Zakai | 2016-05-05 | 1 | -2/+2 |
| | |||||
* | fix archive.cpp on 32-bit | Alon Zakai | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | [Linker] Handle archive files | Derek Schuff | 2016-05-05 | 1 | -0/+239 |
Add a class to parse archive files. Support linking archive files, with archive semantics (i.e. an archive member is linked in if it satisfies an undefined reference). Archive files must be gnu-format archives containing .s files. Add tests for linking semantics. |