summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-22packaging: update to 0.7.91tizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen/20140822.120445accepted/tizen/ivi/20140827.105232accepted/tizen/common/20140822.152031tizen_3.0.m14.3_ivitizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonChanho Park2-2/+10
2014-08-22do not error on warningsAnas Nashif2-1/+5
2014-08-22resetting manifest requested domain to floorAlexandru Cornea2-0/+8
2014-08-22 do not depend on dejagnuAnas Nashif1-2/+1
2014-08-22Update to 0.7.2Anas Nashif1-0/+3
2014-08-22Update to 0.7.2Anas Nashif1-15/+8
2014-08-22do not run testsAnas Nashif1-21/+1
2014-08-22clean up specAnas Nashif2-50/+2
2014-08-22demangle lib.cstdlibAnas Nashif1-0/+1
2014-08-22add packagingAnas Nashif3-0/+125
2014-08-22Guard a dwarf_prototypes.h include with a conditionalPetr Machata1-1/+4
2014-08-22Mention support of powerpc64le ELFv2 in README and NEWSPetr Machata2-0/+3
2014-08-22PowerPC: convert ELFv2 conditionals form preprocessor to plain conditionsPetr Machata2-41/+46
2014-08-22Fix coding style in PowerPC's arch.hPetr Machata1-16/+18
2014-08-22Fix bugs in fetch backend of powerpc64lePetr Machata1-80/+70
2014-08-22Recognize powerpc64le in configurePetr Machata1-7/+7
2014-08-22Fix an error path problem introduced in last commitPetr Machata1-1/+1
2014-08-22In config files, allow whitespace between identifier and opening parenPetr Machata2-50/+25
2014-08-22minor whitespace-only style fixDima Kogan2-4/+4
2014-08-22fixed testsuite typos: ltarce -> ltraceDima Kogan11-11/+11
2014-08-22Add a missing license blurbPetr Machata1-0/+19
2014-08-22Normalize some include guardsPetr Machata17-48/+55
2014-08-22Drop uses of #pragma oncePetr Machata2-2/+4
2014-08-22PPC: fix PPC32 buildAlexandre Belloni1-0/+1
2014-08-22Copy struct library.should_activate_latent on clonePetr Machata1-0/+1
2014-08-22Fix cloning of libraries with Dwarf supportPetr Machata1-1/+9
2014-08-22I now always build the export listDima Kogan4-29/+46
2014-08-22un-consted some variables to build with older (<= gcc-4.6) compilersDima Kogan2-8/+8
2014-08-22Made activate_latent_in() iterations much more efficientDima Kogan3-71/+33
2014-08-22removed needless #includeDima Kogan1-1/+0
2014-08-22library_exported_names_each_alias(), library_exported_names_each() now restar...Dima Kogan4-40/+52
2014-08-22added forgotten free(), forgotten returnDima Kogan1-1/+4
2014-08-22clarified some int return code checkingDima Kogan1-6/+6
2014-08-22whitespace 'if(' -> 'if ('Dima Kogan1-14/+14
2014-08-22renamed _dtor_* and _clone_* functions to remove the leading _Dima Kogan1-9/+9
2014-08-22DWARF prototypes are now generated with both the plain and the linkage namesDima Kogan1-13/+35
2014-08-22We now use known prototypes for all aliased symbols (same address)Dima Kogan6-76/+346
2014-08-22dict_hash_uint64: do not ignore upper 32 bits of the quantityPetr Machata1-6/+4
2014-08-22added hash and equality functions for uint64_tDima Kogan2-0/+23
2014-08-22added NEWS, CREDITS info about the new DWARF prototyping codeDima Kogan2-0/+7
2014-08-22Added manpage section giving examples of -x, -e and -l usageDima Kogan1-17/+121
2014-08-22Making sure to not double-examine the same DWARF CUDima Kogan6-16/+27
2014-08-22CREDITS update for ppc64el supportThierry Fauck1-0/+4
2014-08-22In ppc-lwarx.exp, Dwarf backend may resolve atomic_add's prototypePetr Machata1-4/+4
2014-08-22Support for powerpc64 arch ppc64elThierry Fauck7-36/+356
2014-08-22I only build the dwarf_prototypes if we have libdwDima Kogan2-3/+9
2014-08-22removed needless castDima Kogan1-1/+1
2014-08-22added forgotten error checking to some ltrace callsDima Kogan1-12/+35
2014-08-22fixed typoDima Kogan1-1/+1
2014-08-22I only explicitly look at sizeof(long) if it differs from sizeof(int)Dima Kogan1-8/+11