summaryrefslogtreecommitdiffstats
path: root/libc/tools/genlibgcc_compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Force export symbols on all x86 variants in libc.Christopher Ferris2014-10-061-5/+6
| | | | | | | | | | | | | For silvermont, the __popcountsi2 symbol does not get exported by libc. But for atom, this symbol is exported. Since we already exported this symbol for previous releases, it's better to just follow through and force the export, but only for 32 bit. x86 64 bit will not export this symbol. Bug: 17681440 (cherry picked from commit d11eac3455a059a092ceee92eda9905e1d661e94) Change-Id: I93704c721d98d569922f606f214069bda24872ba
* Fix for libgcc compat generation script.Dmitriy Ivanov2014-04-181-26/+17
| | | | | | | | | Taking into account possibility that external symbol could have been an OBJECT instead of function. b/14090368 Change-Id: Iac173d2dd1309ed53024306578137c26b1dbbf15
* Added script generating additions to libgcc_compat.c from linker errorsDmitriy Ivanov2014-02-201-0/+144
bug: 12234455 Change-Id: Icac35237f06e75745da5a91d9c4c941d7df4f84d