about summary refs log tree commit diff
path: root/ports/ChangeLog.powerpc
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate powerpc-nofpu ULPs.Joseph Myers2013-07-031-0/+4
|
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-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. Arnold2013-06-111-0/+7
|
* PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2013-06-111-0/+5
|
* Remove trailing whitespace in ports.Joseph Myers2013-06-051-0/+11
|
* Don't include expected results in libm-test test names.Joseph Myers2013-05-221-0/+4
|
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-191-0/+5
|
* MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2013-05-161-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 Myers2013-02-281-0/+28
|
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-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 Myers2013-02-141-0/+16
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-0/+5
|
* Specify powerpc-nofpu fegetexceptflag return type.Joseph Myers2012-12-051-0/+5
|
* Remove powerpc-nofpu fma ulps.Joseph Myers2012-11-301-0/+2
|
* Update powerpc-nofpu libm-test-ulps.Joseph Myers2012-11-301-0/+4
|
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-0/+5
|
* Fix powerpc abilist sort orderAndreas Schwab2012-10-311-0/+5
|
* Fix ChangeLog date for commit 09dec6c37e3cd967f62795320703647f24545e3eRyan S. Arnold2012-10-301-1/+1
|
* Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595).Ryan S. Arnold2012-10-301-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 McGrath2012-10-241-1/+6
|
* Add __ppc_get_timebase_freq to powerpc-nofpu ABI baseline.Joseph Myers2012-09-261-0/+5
|
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-0/+4
|
* Fix up ChangeLog entriesFlorian Weimer2012-07-251-0/+7
|
* Move localplt baselines to sysdeps directories.Joseph Myers2012-07-201-0/+6
|
* Move c++-types baselines to sysdeps directories.Joseph Myers2012-07-171-0/+6
|
* Add ppca2 to ports powerpc/dl-procinfo.Joseph Myers2012-07-031-0/+13
|
* Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-mergeJoseph Myers2012-07-011-0/+179