libabigail/tools
Dodji Seketeli d1c6ef0cb5 make abipkgdiff compile with GCC 4.4.7
GCC 4.4.7 won't let us declare an instance of string with __thread.
So for now, package::extracted_packages_parent_dir() juststores its string
globally.  We are single-threaded for now anyway.

	* tools/abipkgdiff.cc (package::extracted_packages_parent_dir):
	The string holding the dir name is no more __thread, as this won't
	compile with GCC 4.4.7

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2015-08-21 13:08:38 +02:00
..
.gitignore Add .gitignore files. 2014-09-12 11:05:01 +02:00
abiar.cc Adjust archive-related code for the recent addition of tools_utils::* 2015-01-13 11:02:10 +01:00
abicompat.cc Clean up the output of abicompat weak mode 2015-07-20 16:01:27 +02:00
abidiff.cc Add a --stats to abidiff and abidw 2015-08-20 13:25:42 +02:00
abidw.cc Add a --stats to abidiff and abidw 2015-08-20 13:25:42 +02:00
abilint.cc Add support for .deb files to abipkgdiff 2015-08-14 13:36:23 +02:00
abipkgdiff.cc make abipkgdiff compile with GCC 4.4.7 2015-08-21 13:08:38 +02:00
abisym.cc Fix symbols comparison 2015-06-02 00:07:02 +02:00
binilint.cc Update copyright years 2015-01-07 17:52:10 +01:00
Makefile.am Initial skeleton of abipkgdiff tool 2015-07-17 10:07:37 +02:00