about summary refs log tree commit diff
path: root/ports/ChangeLog.microblaze
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* MicroBlaze: negated errors in lowlevellock.hKirk Meyer2013-06-141-0/+5
| | | | | | | | | The macros in lowlevellock.h are returning positive errors, but the users of the macros expect negative. This causes e.g. sem_wait to sometimes return an error with errno set to -EWOULDBLOCK. Signed-off-by: Kirk Meyer <kirk.meyer@sencore.com> Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
* Fix ChangeLog.Ondrej Bilka2013-06-061-2/+2
|
* Fix executable mode.Ondrej Bilka2013-06-061-0/+5
|
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-0/+18
|
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-0/+6
| | | | | | | | | 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-0/+4
|
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-191-0/+4
|
* MicroBlaze PortDavid Holsgrove2013-04-181-0/+101
Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>