Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 2013-02-04 | 1 | -0/+7 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -0/+5 |
| | |||||
* | Fix ChangeLog formatting for arm and aarch64 | Adam Conrad | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | arm: Check for the FLAG_ARM_LIBHF flag in the ldconfig cache | Marcus Shawcroft | 2012-12-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | ||||
* | arm: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6 | Marcus Shawcroft | 2012-12-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | ||||
* | arm: Tag ARM and AArch64 binaries in the ldconfig cache. | Marcus Shawcroft | 2012-12-04 | 1 | -0/+4 |
| | | | | | | | Add the correct tags for ARM and AArch64 libraries in the ldconfig cache for ARM. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | ||||
* | Update ARM libm-test-ulps. | Joseph Myers | 2012-11-30 | 1 | -0/+4 |
| | |||||
* | Avoid $(shell) in determining default ARM ABI. | Joseph Myers | 2012-11-21 | 1 | -0/+7 |
| | |||||
* | Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866). | Joseph Myers | 2012-11-21 | 1 | -0/+6 |
| | |||||
* | Fix thumb2 build breakage in libcrypt | Marcus Shawcroft | 2012-11-14 | 1 | -0/+5 |
| | |||||
* | Define lll_futex_timed_wait_bitset for ARM. | Joseph Myers | 2012-11-05 | 1 | -0/+3 |
| | |||||
* | Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805). | Joseph Myers | 2012-11-05 | 1 | -0/+5 |
| | |||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -0/+2 |
| | |||||
* | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-03 | 1 | -0/+15 |
| | |||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 1 | -0/+5 |
| | |||||
* | Always define __O_LARGEFILE | Andreas Jaeger | 2012-10-22 | 1 | -1/+4 |
| | |||||
* | ARM: Use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-22 | 1 | -0/+6 |
| | | | | | | * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. | ||||
* | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 2012-10-09 | 1 | -0/+4 |
| | |||||
* | Clean up R_ARM_PC24 handling. | Roland McGrath | 2012-10-05 | 1 | -0/+6 |
| | |||||
* | Split my last ChangeLog entry into respective arch-specific files | Siddhesh Poyarekar | 2012-10-02 | 1 | -0/+5 |
| | |||||
* | Remove arm ADDRIDX macro definition | H.J. Lu | 2012-09-28 | 1 | -0/+4 |
| | |||||
* | Correct order of arguments of __arm_assisted_compare_and_exchange_val_32_acq. | Joseph Myers | 2012-09-21 | 1 | -0/+6 |
| | |||||
* | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 2012-09-12 | 1 | -0/+4 |
| | |||||
* | Remove __ASSUME_STAT64_SYSCALL. | Joseph Myers | 2012-08-27 | 1 | -0/+5 |
| | |||||
* | Check floating-point ABI in ARM VALID_ELF_HEADER. | Steve McIntyre | 2012-08-23 | 1 | -0/+6 |
| | |||||
* | Remove __ASSUME_MMAP2_SYSCALL. | Joseph Myers | 2012-08-20 | 1 | -0/+5 |
| | |||||
* | Add generic versions of pthread_spin_lock and pthread_spin_trylock. | Maxim Kuvyrkov | 2012-08-15 | 1 | -0/+5 |
| | |||||
* | Rename ARM bits/atomic.h not to be specific to nptl add-on. | Roland McGrath | 2012-08-15 | 1 | -0/+3 |
| | |||||
* | Separate ARM bits/atomic.h into generic and Linux-specific files. | Roland McGrath | 2012-08-15 | 1 | -0/+17 |
| | |||||
* | arm: fix up style in reloc fix | Mike Frysinger | 2012-08-14 | 1 | -0/+4 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | arm: handle unaligned ABS relocs | Mike Frysinger | 2012-08-12 | 1 | -0/+6 |
| | | | | | | | | When relocating a misaligned R_ARM_ABS32, glibc currently crashes. URL: https://bugs.gentoo.org/394237 URL: http://gcc.gnu.org/PR51456 Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Make ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro. | Roland McGrath | 2012-08-09 | 1 | -0/+7 |
| | |||||
* | Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when ↵ | Roland McGrath | 2012-08-09 | 1 | -0/+6 |
| | | | | compiled without __SOFTFP__ defined. | ||||
* | Don't check HWCAP_ARM_VFP in OS-generic code. | Roland McGrath | 2012-08-09 | 1 | -0/+20 |
| | | | | Presume VFP if compiled without __SOFTFP__ defined. | ||||
* | Add sotruss-lib support for ARM. | Roland McGrath | 2012-08-08 | 1 | -0/+2 |
| | |||||
* | Add a const in arm_gnu_pltexit signature. | Roland McGrath | 2012-08-08 | 1 | -0/+3 |
| | |||||
* | ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition. | Roland McGrath | 2012-08-08 | 1 | -0/+3 |
| | |||||
* | Fiddle ARM atomic.h to avoid -Wvolatile-register-var warnings. | Roland McGrath | 2012-08-08 | 1 | -0/+5 |
| | |||||
* | Add missing #include for sysdeps/arm/dl-irel.h. | Roland McGrath | 2012-08-08 | 1 | -0/+2 |
| | |||||
* | Fix __dl_start declaration to avoid warning. | Roland McGrath | 2012-08-08 | 1 | -0/+5 |
| | |||||
* | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | 2012-08-07 | 1 | -0/+8 |
| | |||||
* | Remove ASM_TYPE_DIRECTIVE for ARM. | Joseph Myers | 2012-08-02 | 1 | -0/+5 |
| | |||||
* | Remove __ASSUME_FCNTL64. | Joseph Myers | 2012-08-01 | 1 | -0/+3 |
| | |||||
* | Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals). | Joseph Myers | 2012-08-01 | 1 | -0/+5 |
| | |||||
* | Move Linuxism out of sysdeps/arm/dl-machine.h. | Roland McGrath | 2012-08-01 | 1 | -0/+4 |
| | |||||
* | BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. | Roland McGrath | 2012-08-01 | 1 | -0/+5 |
| | |||||
* | Missing ChangeLog.arm entry. | Roland McGrath | 2012-07-31 | 1 | -0/+5 |
| | |||||
* | Remove pre-2.4.21 Linux kernel support. | Joseph Myers | 2012-07-25 | 1 | -0/+5 |
| | |||||
* | Fix up ChangeLog entries | Florian Weimer | 2012-07-25 | 1 | -0/+5 |
| | |||||
* | Move localplt baselines to sysdeps directories. | Joseph Myers | 2012-07-20 | 1 | -0/+5 |
| |