about summary refs log tree commit diff
path: root/ports/sysdeps/microblaze
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0136-36/+36
|
* Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers2013-11-281-0/+1
|
* Fix executable mode.Ondrej Bilka2013-06-061-0/+0
|
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-15/+0
|
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-2/+1
| | | | | | | | | Resolves: #15465 The program name may be unavailable if the user application tampers with argc and argv[]. Some parts of the dynamic linker caters for this while others don't, so this patch consolidates the check and fallback into a single macro and updates all users.
* Don't include expected results in libm-test test names.Joseph Myers2013-05-221-377/+377
|
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-191-7/+7
|
* MicroBlaze PortDavid Holsgrove2013-04-1845-0/+7148
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>