Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-29 | Define N_SYMSIZE in case the system does not do it | Guillem Jover | 1 | -0/+3 | |
Fixes build failures on some non-Linux ports. Based-on-patch-by: Petr Salinger <Petr.Salinger@seznam.cz> | |||||
2009-05-25 | Use N_SYMSIZE instead of directly accessing ‘struct exec’ | Guillem Jover | 1 | -1/+1 | |
On Linux alpha ‘struct exec’ does not have an a_syms member, and the N_SYMSIZE is mapped to 0. | |||||
2009-05-20 | Add nlist function | Guillem Jover | 1 | -0/+419 | |