about summary refs log tree commit diff
path: root/ports/sysdeps/arm
Commit message (Expand)AuthorAgeFilesLines
...
* arm: Use push/pop mnemonicsRichard Henderson2013-03-069-85/+85
* arm: Enable thumb2 mode in assembly filesRichard Henderson2013-03-061-2/+11
* arm: Introduce and use GET_TLSRichard Henderson2013-03-062-11/+21
* arm: Introduce and use NEGOFF series of macrosRichard Henderson2013-03-061-0/+16
* arm: Introduce and use LDST_PCRELRichard Henderson2013-03-061-0/+17
* arm: Mark assembly files that will not use thumb modeRichard Henderson2013-02-289-0/+18
* arm: Add IT insns for thumb modeRichard Henderson2013-02-282-7/+3
* arm: Introduce and use PC_OFSRichard Henderson2013-02-283-4/+12
* arm: Tidy whitespace in sysdep.h filesRichard Henderson2013-02-281-29/+29
* arm: Handle armv6 in preconfigureRichard Henderson2013-02-281-1/+4
* arm: Update preconfigure fragment for gcc 4.8Richard Henderson2013-02-281-1/+1
* ARM: Macroize use of .cfi_sections directive.Roland McGrath2013-02-273-4/+7
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-3/+3
* 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
* arm: handle unaligned ABS relocsMike Frysinger2012-08-121-1/+6
* 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 compil...Roland McGrath2012-08-092-25/+28
* Don't check HWCAP_ARM_VFP in OS-generic code.Roland McGrath2012-08-0916-90/+79
* 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