Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-28 | Remove powerpc32 bounded-pointers code. | Joseph Myers | |
2013-02-18 | C++11 thread_local destructors support | Siddhesh Poyarekar | |
This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed. | |||
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-12-05 | Specify powerpc-nofpu fegetexceptflag return type. | Joseph Myers | |
2012-11-30 | Remove powerpc-nofpu fma ulps. | Joseph Myers | |
2012-11-30 | Update powerpc-nofpu libm-test-ulps. | Joseph Myers | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | |
2012-10-31 | Fix powerpc abilist sort order | Andreas Schwab | |
2012-10-30 | Fix ChangeLog date for commit 09dec6c37e3cd967f62795320703647f24545e3e | Ryan S. Arnold | |
2012-10-30 | Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595). | Ryan S. Arnold | |
This patch also creates a version of memset.S for the ppc476 processor which uses a 128-byte cacheline size for dcbz insns. | |||
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | |
2012-09-26 | Add __ppc_get_timebase_freq to powerpc-nofpu ABI baseline. | Joseph Myers | |
2012-09-12 | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | |
2012-07-25 | Fix up ChangeLog entries | Florian Weimer | |
2012-07-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | |
2012-07-17 | Move c++-types baselines to sysdeps directories. | Joseph Myers | |
2012-07-03 | Add ppca2 to ports powerpc/dl-procinfo. | Joseph Myers | |
2012-07-01 | Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-merge | Joseph Myers | |