NPTL: Move Linux-specific createthread.c to sysdeps.
[platform/upstream/glibc.git] / sysdeps / arm /
2014-11-14 Joseph MyersRemove ARM __GNUC_PREREQ(4,4) conditionals.
2014-11-04 Joseph MyersDon't use INTDEF/INTUSE with _dl_init (bug 14132).
2014-10-22 Roland McGrathARM: Use movw/movt more when available
2014-10-16 Roland McGrathRemove sysdeps/arm/soft-fp directory.
2014-09-29 H.J. LuRequire autoconf 2.69
2014-08-21 Siddhesh PoyarekarRemove unnecessary uses of NOT_IN_libc
2014-08-07 WilcoFix performance issue in misaligned strcpy.
2014-08-01 Roland McGrathARM: Move PTR_MANGLE et al out of Linux-specific file.
2014-07-17 Maciej W. Rozycki[BZ #17078] ARM: R_ARM_TLS_DESC prelinker support
2014-07-17 Joseph MyersMove architecture shlib-versions files to Linux-specifi...
2014-07-17 Will NewtonARM: Fix compiler warnings from atomic.h
2014-07-16 Roland McGrathARM: Clean up EABI-related configury
2014-07-09 Will NewtonFix -Wundef warnings for SHARED
2014-07-04 Will NewtonARM: Define ELF_MACHINE_NO_REL
2014-06-30 Joseph MyersRegenerate ARM libm-test-ulps.
2014-06-30 Roland McGrathARM: Split Linuxism out of sysdeps/arm/nptl/tls.h
2014-06-27 Joseph MyersRemove relro configure test.
2014-06-26 Roland McGrathARM: Move more aeabi routine magic out of Linux-specifi...
2014-06-26 Roland McGrathAdd missing #include <fpu_control.h> to ARM fesetenv...
2014-06-26 Joseph MyersRemove configure tests for assembler CFI support.
2014-06-24 WilcoOptimize fesetenv
2014-06-24 WilcoAdd _FPU_MASK_RM and use it instead of FE_TOWARDZERO.
2014-06-24 WilcoRemove an unused include.
2014-06-24 WilcoCleanup fenv implementation
2014-06-24 WilcoRewrite feupdateenv
2014-06-24 WilcoSpeed up the ARM fenv implementation by avoiding unnece...
2014-06-24 WilcoUse libc calls defined by fenv_private.h to implement...
2014-06-20 Maciej W. Rozycki[BZ #17075] ARM: Fix immediate calculation of R_ARM_TLS...
2014-06-13 Andi KleenAdd adaptive elision to rwlocks
2014-06-09 Roland McGrathARM: Define TLS_DEFINE_INIT_TP
2014-05-27 Andreas SchwabRemove second argument from TLS_INIT_TP macro
2014-05-27 Will NewtonARM: Fix handling of concurrent TLS descriptor resolution
2014-05-21 Joseph MyersConsistently use $(elf-objpfx).
2014-05-19 Marcus ShawcroftRevert "ARM: Improve fenv implementation"
2014-05-17 Richard HendersonMerge remote-tracking branch 'origin/roland/nptl-alpha'
2014-05-16 Maciej W. RozyckiARM: soft-fp NaN representation correction
2014-05-15 WilcoARM: Improve fenv implementation
2014-05-15 WilcoARM: Improve fenv implementation
2014-05-14 Joseph MyersClean up ARM old-ABI symbol versioning relics.
2014-05-13 Roland McGrathMove NPTL public ABI headers for ARM to sysdeps/arm...
2014-05-13 Roland McGrathClean up __exit_thread.
2014-05-09 Roland McGrathMake armv7 strcmp assembly compatible with ARM mode...
2014-05-09 Will NewtonARM: Allow auto-detection of linker relro feature
2014-05-09 Will NewtonARM: Add optimized ARMv7 strcmp implementation
2014-05-06 Roland McGrathMove ARM internal unwind.h header to the right sysdeps...
2014-04-30 Julian BrownARM: Fix R_ARM_IRELATIVE RELA relocations.
2014-04-28 Wilco Dijkstra[ARM] Add support for fenv_private on ARM.
2014-04-17 WilcoAdd fenv test support for targets which don't have...
2014-04-03 Roland McGrathFactor mmap/munmap of PT_LOAD segments out of _dl_map_o...
2014-03-21 Siddhesh PoyarekarFix -Wundef warnins for __FP_FAST_FMA*
2014-03-14 Roland McGrathCompile with -Wundef.
2014-03-11 Roland McGrathARM: Fix up setjmp/longjmp changes sfi_* macro use.
2014-03-05 Joseph MyersDon't include individual test ulps in libm-test-ulps.
2014-02-27 Joey YeFix ARM NAN fraction bits.
2014-02-25 Will NewtonARM: Add SystemTap probes to longjmp and setjmp.
2014-02-21 Yury GribovUpdate ARM ulps for VFPv4 (bug 16600).
2014-02-12 Joseph Myerssoft-fp: support after-rounding tininess detection.
2014-02-08 Joseph MyersFix whitespace in ARM files to allow move.
2014-02-08 Joseph MyersMove arm from ports to libc.
2012-07-01 Joseph MyersMove all files into ports/ subdirectory in preparation...
2012-05-30 Joseph MyersRegenerate ARM libm-test-ulps.
2012-05-30 Joseph MyersRemove SJLJ exceptions conditionals for ARM.
2012-05-25 Richard Hendersonarm: Pass hwcap to ifuncs.
2012-05-19 Joseph MyersRemove more obsolete ARM code.
2012-05-08 Carlos O'DonellARM: Use /lib/ld-linux-armhf.so.3 for the hard-float...
2012-04-21 Joseph MyersRemove ARM EABI/old-ABI conditionals.
2012-04-21 Joseph MyersMerge sysdeps/arm/eabi into sysdeps/arm.
2012-03-27 Joseph MyersMerge sysdeps/arm/elf/ into sysdeps/arm/.
2012-03-09 Paul EggertReplace FSF snail mail address by URL.
2012-02-17 Aurelien JarnoAdjust ARM ULPS to take into account the new jn tests.
2012-02-08 Joseph MyersConvert ARM to crti.S/crtn.S.
2012-01-08 Joseph MyersUse const instead of __const for ARM.
2012-01-08 Joseph MyersDon't define or test NO_UNDERSCORES or HAVE_WEAK_SYMBOL...
2012-01-08 Joseph MyersRemove HAVE_ELF conditional for ARM.
2012-01-07 Joseph MyersRemove ARM old-ABI support (straightforward parts).
2012-01-06 Nathan SidwellAdd ARM dependency of libmemusage.so on libc_nonshared.a.
2011-12-08 David Alan GilbertAdd ARMv6t2+ memchr.
2011-10-26 Joseph MyersRestore non-__thread cases for ARM that were used in...
2011-10-05 Andreas Schwabarm: don't call ifunc functions in trace mode
2011-09-13 Joseph MyersRemove HAVE_TLS_SUPPORT conditionals for ARM.
2011-09-11 Joseph MyersRemove non-TLS support for ARM.
2011-06-30 Richard Sandiford[ARM] Align _start constant pool to 4 bytes
2011-06-21 Joseph MyersDefine elf_ifunc_invoke for ARM.
2011-05-09 Konstantinos Marga... Detect arm-linux-gnueabi* as ARM EABI.
2011-04-26 Richard SandifordSupport for R_ARM_IRELATIVE relocations.
2011-04-11 Joseph MyersDefine TLS_DTV_UNALLOCATED for ARM.
2011-03-21 Ulrich Weigand[arm] Remove linuxthreads support.
2011-03-21 Joseph MyersFix GPL and GCC references in last paragraphs of licens...
2011-03-05 Nathan SidwellARM TLS descriptors support.
2011-02-16 Manjunath MattiFix profiling libc for ARM EABI to use __gnu_mcount_nc...
2011-01-07 Joseph MyersFix ARM fenv.h fallbacks when excepts == 0.
2010-12-21 Joseph MyersDefine DEFAULT_STACK_PERMS for ARM.
2010-11-22 Andreas Schwabarm: only modify CFLAGS when configuring for arm-linux...
2010-10-19 Joseph MyersConditionally define FP_FAST_FMA* for ARM.
2010-10-11 Joseph MyersAdd hidden feupdateenv and fetestexcept definitions...
2010-03-30 Joseph MyersUpdate ARM for ABIVERSION changes.
2010-03-26 Thomas SchwingeAdd CFI statements to ARM's assembly code.
2010-02-10 Joseph MyersAdd hidden alias for ARM fegetenv.
2009-12-16 Thomas SchwingeMove ARM EABI mcount into a separate .S file.
2009-11-06 Philip BlundellFix ARMv4T interworking.
next