aboutsummaryrefslogtreecommitdiff
path: root/ports/ChangeLog.arm
AgeCommit message (Collapse)Author
2012-11-14Fix thumb2 build breakage in libcryptMarcus Shawcroft
2012-11-05Define lll_futex_timed_wait_bitset for ARM.Joseph Myers
2012-11-05Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-22Always define __O_LARGEFILEAndreas Jaeger
2012-10-22ARM: Use <bits/fcntl-linux.h>Andreas Jaeger
* 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>.
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-10-05Clean up R_ARM_PC24 handling.Roland McGrath
2012-10-02Split my last ChangeLog entry into respective arch-specific filesSiddhesh Poyarekar
2012-09-28Remove arm ADDRIDX macro definitionH.J. Lu
2012-09-21Correct order of arguments of __arm_assisted_compare_and_exchange_val_32_acq.Joseph Myers
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers
2012-08-27Remove __ASSUME_STAT64_SYSCALL.Joseph Myers
2012-08-23Check floating-point ABI in ARM VALID_ELF_HEADER.Steve McIntyre
2012-08-20Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers
2012-08-15Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov
2012-08-15Rename ARM bits/atomic.h not to be specific to nptl add-on.Roland McGrath
2012-08-15Separate ARM bits/atomic.h into generic and Linux-specific files.Roland McGrath
2012-08-14arm: fix up style in reloc fixMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-12arm: handle unaligned ABS relocsMike Frysinger
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>
2012-08-09Make ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro.Roland McGrath
2012-08-09Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when ↵Roland McGrath
compiled without __SOFTFP__ defined.
2012-08-09Don't check HWCAP_ARM_VFP in OS-generic code.Roland McGrath
Presume VFP if compiled without __SOFTFP__ defined.
2012-08-08Add sotruss-lib support for ARM.Roland McGrath
2012-08-08Add a const in arm_gnu_pltexit signature.Roland McGrath
2012-08-08ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition.Roland McGrath
2012-08-08Fiddle ARM atomic.h to avoid -Wvolatile-register-var warnings.Roland McGrath
2012-08-08Add missing #include for sysdeps/arm/dl-irel.h.Roland McGrath
2012-08-08Fix __dl_start declaration to avoid warning.Roland McGrath
2012-08-07Remove pre-2.6.16 Linux kernel support.Joseph Myers
2012-08-02Remove ASM_TYPE_DIRECTIVE for ARM.Joseph Myers
2012-08-01Remove __ASSUME_FCNTL64.Joseph Myers
2012-08-01Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers
2012-08-01Move Linuxism out of sysdeps/arm/dl-machine.h.Roland McGrath
2012-08-01BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath
2012-07-31Missing ChangeLog.arm entry.Roland McGrath
2012-07-25Remove pre-2.4.21 Linux kernel support.Joseph Myers
2012-07-25Fix up ChangeLog entriesFlorian Weimer
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers
2012-07-17Remove TLS configure check for ARM.Joseph Myers
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers
2012-07-12Remove pre-2.4.1 Linux kernel support.Joseph Myers
2012-07-10Change ASM_GLOBAL_DIRECTIVE to .globl for ARM.Joseph Myers
2012-07-05Add ARM-specific static-stubs.c.Joseph Myers
2012-07-03Avoid use of libgcc_s and libgcc_eh when building glibc.Joseph Myers
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers