Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-28 | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | |
2013-11-26 | aarch64: Enable ifunc support. | Will Newton | |
Add support for handling the R_AARCH64_IRELATIVE relocation and STT_GNU_IFUNC symbols to the aarch64 port. ports/ChangeLog.aarch64: 2013-11-26 Will Newton <will.newton@linaro.org> * sysdeps/aarch64/dl-irel.h: Include ldsodefs.h. (ELF_MACHINE_IRELA): Define. (elf_ifunc_invoke): Pass hwcap to ifunc resolver function. (elf_irela): New function. * sysdeps/aarch64/dl-machine.h: Include dl-irel.h. (elf_machine_rela) Handle STT_GNU_IFUNC symbols and R_AARCH64_IRELATIVE relocations. (elf_machine_lazy_rel): Handle R_AARCH64_IRELATIVE relocations. | |||
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | |
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2013-09-30 | [AArch64] Fix BE access to errno. | Andrew Pinski | |
2013-09-24 | [AArch64] Support __mcount profiling. | Marcus Shawcroft | |
2013-09-24 | [AArch64] Adding sigcontextinfo.h | Marcus Shawcroft | |
2013-07-26 | [AArch64] Provide symbol version for _mcount. | Marcus Shawcroft | |
2013-07-12 | [AArch64] Adding -funwind-tables to backtrace.c | Marcus Shawcroft | |
2013-07-09 | [AArch64] Use _dl_static_init to set GLR0(dl_pagesize) | Marcus Shawcroft | |
2013-07-05 | [AArch64] Regenerate libm-test-ulps | Marcus Shawcroft | |
2013-07-04 | Sync sys/ptrace with Linux 3.10 | Andreas Jaeger | |
2013-06-28 | [AArch64] Adjust elf_machine_dynamic to find _DYNAMIC via _GLOBAL_OFFSET_TABLE_ | Marcus Shawcroft | |
2013-06-28 | [AArch64] Simplify getcontext pstate initialization. | Marcus Shawcroft | |
2013-06-15 | New API to set default thread attributes | Siddhesh Poyarekar | |
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. | |||
2013-06-04 | [AArch64] Ensure getcontext() initializes PSTATE. | Marcus Shawcroft | |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | |
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. | |||
2013-05-29 | Fix ChangeLog formatting | Siddhesh Poyarekar | |
2013-05-23 | [AArch64] Fix up ChangeLog formatting for last commit. | Marcus Shawcroft | |
2013-05-23 | [AArch64] Use generic "mcount" routine for profiling. | Marcus Shawcroft | |
2013-05-22 | Don't include expected results in libm-test test names. | Joseph Myers | |
2013-05-21 | AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmp | Andreas Schwab | |
2013-05-21 | [AArch64] Update libm-test-ulps. | Marcus Shawcroft | |
2013-05-19 | Handle sincos with generic libm-test logic. | Joseph Myers | |
2013-05-16 | MIPS: soft-fp NaN representation corrections | Maciej W. Rozycki | |
[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. | |||
2013-05-12 | [AArch64] Fix out of range branch from ioctl() and clone() | Marcus Shawcroft | |
2013-05-12 Marcus Shawcroft <marcus.shawcroft@linaro.org> * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Do not call sycall_error directly with a confitional branch. * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Do not call sycall_error directly with a confitional branch. | |||
2013-03-19 | aarch64: Move rtld link to /lib | Andreas Schwab | |
2013-03-14 | aarch64: use lib64 as default lib and slib directory | Andreas Schwab | |
2013-03-11 | Remove extra pthread_atfork compat symbols | Andreas Schwab | |
2013-03-07 | AARCH64: Use <bits/mman-linux.h> | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/aarch64/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. | |||
2013-02-18 | Add __cxa_thread_atexit_impl to aarch64 abilist | Siddhesh Poyarekar | |
2013-02-14 | aarch64: Update libm-test-ulps. | Marcus Shawcroft | |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | |
2013-02-08 | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers | |
2013-01-24 | AArch64: Adding optimized strncmp implementation. | Marcus Shawcroft | |
2013-01-24 | AArch64: Adding optimized strnlen implementation. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized strlen. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized strcmp | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized bzero. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized memmove. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized memcpy. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized memset. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized memcmp. | Marcus Shawcroft | |
2013-01-17 | AArch64: Tidyup whitespace. | Marcus Shawcroft | |
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-12-10 | aarch64: Fix compiler warning for unused declaration _x0 | Marcus Shawcroft | |
2012-12-07 | aarch64: Regenerate libm-test-ulps. | Marcus Shawcroft | |
2012-12-07 | aarch64: Resolve sc_err and _x0 defined but not used warnings. | Marcus Shawcroft | |
2012-12-07 | aarch64: Resolve implict cast warning. | Marcus Shawcroft | |
2012-12-07 | aarch64: Resolve strtab defined but not used warning. | Marcus Shawcroft | |