aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/arm/arm-features.h
AgeCommit message (Collapse)AuthorFilesLines
2014-02-08Move arm from ports to libc.Joseph Myers1-59/+0
I've moved the ARM port from ports to the main sysdeps hierarchy. Beyond the README update, the move of the files was simply git mv ports/sysdeps/arm sysdeps/arm git mv ports/sysdeps/unix/arm sysdeps/unix/arm git mv ports/sysdeps/unix/sysv/linux/arm sysdeps/unix/sysv/linux/arm and in addition to the ChangeLog entries here, I put a note at the top of ports/ChangeLog.arm similar to that at the top of ChangeLog.powerpc. There is deliberately no NEWS change, as I think it makes the most sense to put in a general note above all ports having moved if we can achieve that for 2.20. Tested that disassembly of installed shared libraries for arm is the same before and after this patch, except for data (not instructions) in ld.so (there are assertions in sysdeps/arm/dl-machine.h, and the path by which that file is found, and so by which it appears in the assertion message, changes as a result of the move). * sysdeps/arm: Move directory from ports/sysdeps/arm. * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm. * sysdeps/unix/sysv/linux/arm: Move directory from ports/sysdeps/unix/sysv/linux/arm. * README: Update listing for arm-*-linux-gnueabi. ports/ChangeLog.arm: * sysdeps/arm: Move directory to ../sysdeps/arm. * sysdeps/unix/arm: Move directory to ../sysdeps.arm. * sysdeps/unix/sysv/linux/arm: Move directory to ../sysdeps/unix/sysv/linux/arm.
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-22ARM: Fix memcpy computed-jump calculations for ARM_ALWAYS_BX case.Roland McGrath1-8/+0
2013-06-18ARM: Make armv7 memcpy implementations SFI-friendlyRoland McGrath1-0/+8
2013-03-18ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ↵Roland McGrath1-0/+3
ARM_NO_INDEX_REGISTER.
2013-03-13ARM_BX_ALIGN_LOG2Roland McGrath1-0/+13
2013-03-13ARM: Support avoiding pc as destination register.Roland McGrath1-0/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-08-09Make ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro.Roland McGrath1-0/+5
2012-08-09Don't check HWCAP_ARM_VFP in OS-generic code.Roland McGrath1-0/+34
Presume VFP if compiled without __SOFTFP__ defined.