Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | One would expect I could spell my name... | Michael Adam | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | tdb: move the original abi_checks script to script/abi_checks_gcc.sh | Michael Adam | 2009-08-30 | 1 | -0/+35 |
| | | | | Michael | ||||
* | tdb: add script/abi_checks.sh. check for abi changes without gcc magic. | Michael Adam | 2009-08-30 | 1 | -0/+91 |
| | | | | | | | | | USAGE: abi_checks.sh LIBRARY_NAME header1 [header2 ...] This creates symbol signature lists using the mksyms and mksigs scripts and compares them with the checked in lists. Michael | ||||
* | tdb: add script to extract signatures from header files. | Michael Adam | 2009-08-30 | 1 | -0/+178 |
| | | | | | | | | | | | | This produces output like the output gcc produces when invoked with the -aux-info switch. Run like this: cat include/tdb.h | ./script/mksigs.pl This simple parser is probably too coarse to handle all possible header files, but it treats tdb.h correctly... Michael | ||||
* | tdb: add scripts to extract library symbols (exports file) from headers | Michael Adam | 2009-08-30 | 2 | -0/+121 |
Michael |