Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-24 | on Solaris, use the system libelf.HEADmaster | Wez Furlong | 2 | -3/+15 | |
2012-03-24 | ignore generated files | Wez Furlong | 1 | -0/+5 | |
2012-03-24 | always build our libelf, as our libdwarf doesn't get along with the | Wez Furlong | 10 | -26/+40 | |
system libelf on linux | |||||
2012-03-24 | fix operation on Linux, where the deprecated elf_getshstrndx API simply | Wez Furlong | 1 | -1/+1 | |
returns the value from elf_getshdrstrndx, which is 0 in my simple test case, and is interpreted as an error. Switch to the newer API and check for the definitive -1 value as the error indicator. | |||||
2012-03-24 | fix compilation on Solaris 10 | Wez Furlong | 1 | -0/+6 | |
2011-12-13 | Make this compile on Solaris again... oh, the irony | Theo Schlossnagle | 5 | -3/+16 | |
2011-04-03 | add note on platforms that work | Wez Furlong | 1 | -0/+9 | |
2011-04-03 | pull in the freebsd 8.2 libelf; primarily so we can build on darwin. | Wez Furlong | 116 | -20/+16311 | |
2011-04-03 | ensure that we install headers under pctf/ as we promised in the README | Wez Furlong | 4 | -3/+4 | |
2011-04-03 | pull in the FreeBSD libdwarf, so that we can compile without an external | Wez Furlong | 23 | -16/+4711 | |
dependency. | |||||
2011-04-03 | fix memory.h include; was pulling in the system memory.h, leaving xmalloc | Wez Furlong | 24 | -33/+40 | |
undefined and implictly returning an int rather than a void*. | |||||
2011-04-03 | Pull in the CTF sources from the FreeBSD 8.2 tree; arrange for them | Wez Furlong | 65 | -0/+20463 | |
to build under autoconf. |