Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move powerpc ports pieces to libc. | Joseph Myers | 2013-10-04 | 1 | -0/+31 |
| | |||||
* | e500 port: getcontext / setcontext / swapcontext. | Joseph Myers | 2013-10-04 | 1 | -0/+11 |
| | |||||
* | Fix typos. | Ondřej Bílka | 2013-08-30 | 1 | -0/+4 |
| | |||||
* | PR 15483 | Alexandre Oliva | 2013-08-17 | 1 | -0/+9 |
| | | | | | | | | * sysdeps/powerpc/nofpu/sim-full.c: Add FIXME note about the need for thread-specific variables preserved across signal handlers. * sysdeps/powerpc/nofpu/soft-supp.h: Likewise. * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise. | ||||
* | Regenerate powerpc-nofpu ULPs. | Joseph Myers | 2013-07-03 | 1 | -0/+4 |
| | |||||
* | New API to set default thread attributes | Siddhesh Poyarekar | 2013-06-15 | 1 | -0/+5 |
| | | | | | | | This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes. | ||||
* | PowerPC: Remove redundant ports/sysdeps/powerpc/dl-procinfo.[ch]. | Ryan S. Arnold | 2013-06-11 | 1 | -0/+7 |
| | |||||
* | PowerPC: Merge ports/ dl-procinfo.[ch] with base. | Ryan S. Arnold | 2013-06-11 | 1 | -0/+5 |
| | |||||
* | Remove trailing whitespace in ports. | Joseph Myers | 2013-06-05 | 1 | -0/+11 |
| | |||||
* | Don't include expected results in libm-test test names. | Joseph Myers | 2013-05-22 | 1 | -0/+4 |
| | |||||
* | Handle sincos with generic libm-test logic. | Joseph Myers | 2013-05-19 | 1 | -0/+5 |
| | |||||
* | MIPS: soft-fp NaN representation corrections | Maciej W. Rozycki | 2013-05-16 | 1 | -0/+6 |
| | | | | | | | | [BZ #15442] This adds support for the inverse interpretation of the quiet bit of IEEE 754 floating-point NaN data that some processors use. This includes in particular MIPS architecture processors; the payload used for the canonical qNaN encoding is updated accordingly so as not to interfere with the quiet bit. | ||||
* | Remove powerpc32 bounded-pointers code. | Joseph Myers | 2013-02-28 | 1 | -0/+28 |
| | |||||
* | C++11 thread_local destructors support | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+7 |
| | | | | | | | | | | | 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. | ||||
* | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 2013-02-14 | 1 | -0/+16 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -0/+5 |
| | |||||
* | Specify powerpc-nofpu fegetexceptflag return type. | Joseph Myers | 2012-12-05 | 1 | -0/+5 |
| | |||||
* | Remove powerpc-nofpu fma ulps. | Joseph Myers | 2012-11-30 | 1 | -0/+2 |
| | |||||
* | Update powerpc-nofpu libm-test-ulps. | Joseph Myers | 2012-11-30 | 1 | -0/+4 |
| | |||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -0/+5 |
| | |||||
* | Fix powerpc abilist sort order | Andreas Schwab | 2012-10-31 | 1 | -0/+5 |
| | |||||
* | Fix ChangeLog date for commit 09dec6c37e3cd967f62795320703647f24545e3e | Ryan S. Arnold | 2012-10-30 | 1 | -1/+1 |
| | |||||
* | Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595). | Ryan S. Arnold | 2012-10-30 | 1 | -0/+9 |
| | | | | | This patch also creates a version of memset.S for the ppc476 processor which uses a 128-byte cacheline size for dcbz insns. | ||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 1 | -1/+6 |
| | |||||
* | Add __ppc_get_timebase_freq to powerpc-nofpu ABI baseline. | Joseph Myers | 2012-09-26 | 1 | -0/+5 |
| | |||||
* | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 2012-09-12 | 1 | -0/+4 |
| | |||||
* | Fix up ChangeLog entries | Florian Weimer | 2012-07-25 | 1 | -0/+7 |
| | |||||
* | Move localplt baselines to sysdeps directories. | Joseph Myers | 2012-07-20 | 1 | -0/+6 |
| | |||||
* | Move c++-types baselines to sysdeps directories. | Joseph Myers | 2012-07-17 | 1 | -0/+6 |
| | |||||
* | Add ppca2 to ports powerpc/dl-procinfo. | Joseph Myers | 2012-07-03 | 1 | -0/+13 |
| | |||||
* | Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-merge | Joseph Myers | 2012-07-01 | 1 | -0/+179 |