Brad King
|
03ef00bc93
|
ENH: Make cmELF parser more general and powerful
- Add support to get RPATH and RUNPATH entries.
- Add support to get file offsets to strings.
- Add more DT_* tags to byte swapping.
|
2008-02-29 11:12:59 -05:00 |
Brad King
|
d404c6bff6
|
COMP: cmELF needs to include sys/link.h to get dynamic section structures on the Sun.
|
2008-02-28 08:43:10 -05:00 |
Brad King
|
fcad490654
|
COMP: Fix warnings in cmELF.
|
2008-02-28 08:32:05 -05:00 |
Brad King
|
4c137bad6b
|
ENH: Add ELF file parsing
- Enabled when system provides elf.h
- Introduce cmELF class to parse ELF files
- Use in cmSystemTools::GuessLibrarySOName to really get soname
|
2008-02-27 16:26:35 -05:00 |