summaryrefslogtreecommitdiff
path: root/buildtools/scripts/abi_gen.sh
AgeCommit message (Collapse)AuthorFilesLines
2010-11-21waf: fixed the build with a space in the source directoryAndrew Tridgell1-2/+2
2010-09-07waf-abi: fixed small uninitialised data on PPC64 Andrew Tridgell1-1/+1
on PPC64 Linux systems a 'S' line from nm means "small object uninitialised data"
2010-04-20build: include uninitialised data in the ABI symbolsAndrew Tridgell1-1/+1
This is needed for symbols like tdb_null in tdb, which are part of the public ABI Pair-Programmed-With: Rusty Russell <rusty@samba.org>
2010-04-18build: don't depend on the word size of nm outputAndrew Tridgell1-1/+1
the first column varies in length for different architectures
2010-04-18build: added a script for generating ABI signatures from shared librariesAndrew Tridgell1-0/+20