about summary refs log tree commit diff
path: root/ports/sysdeps/arm
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0279-81/+79
|
* Update ARM libm-test-ulps.Joseph Myers2012-11-301-8/+428
|
* Avoid $(shell) in determining default ARM ABI.Joseph Myers2012-11-212-0/+6
|
* Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers2012-11-211-0/+10
|
* Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers2012-11-051-1/+1
|
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-0/+1
|
* Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers2012-11-031-18/+27
|
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-99/+0
|
* Clean up R_ARM_PC24 handling.Roland McGrath2012-10-051-69/+51
|
* Remove arm ADDRIDX macro definitionH.J. Lu2012-09-281-6/+0
|
* Correct order of arguments of __arm_assisted_compare_and_exchange_val_32_acq.Joseph Myers2012-09-211-1/+1
|
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-0/+42
|
* Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov2012-08-152-38/+6
|
* Separate ARM bits/atomic.h into generic and Linux-specific files.Roland McGrath2012-08-151-0/+81
|
* arm: fix up style in reloc fixMike Frysinger2012-08-141-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* arm: handle unaligned ABS relocsMike Frysinger2012-08-121-1/+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 McGrath2012-08-093-20/+47
|
* Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when ↵Roland McGrath2012-08-092-25/+28
| | | | compiled without __SOFTFP__ defined.
* Don't check HWCAP_ARM_VFP in OS-generic code.Roland McGrath2012-08-0916-90/+79
| | | | Presume VFP if compiled without __SOFTFP__ defined.
* Add sotruss-lib support for ARM.Roland McGrath2012-08-081-0/+49
|
* Add a const in arm_gnu_pltexit signature.Roland McGrath2012-08-081-2/+2
|
* Add missing #include for sysdeps/arm/dl-irel.h.Roland McGrath2012-08-081-1/+2
|
* Fix __dl_start declaration to avoid warning.Roland McGrath2012-08-081-1/+1
|
* Remove ASM_TYPE_DIRECTIVE for ARM.Joseph Myers2012-08-021-3/+1
|
* Move Linuxism out of sysdeps/arm/dl-machine.h.Roland McGrath2012-08-011-4/+4
|
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-1/+1
|
* Remove TLS configure check for ARM.Joseph Myers2012-07-172-61/+0
|
* Change ASM_GLOBAL_DIRECTIVE to .globl for ARM.Joseph Myers2012-07-101-1/+1
|
* Add ARM-specific static-stubs.c.Joseph Myers2012-07-051-0/+7
|
* Avoid use of libgcc_s and libgcc_eh when building glibc.Joseph Myers2012-07-031-0/+8
|
* Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-mergeJoseph Myers2012-07-0194-0/+8210