summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/mmap64.S
Commit message (Collapse)AuthorAgeFilesLines
* Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias ↵Khem Raj2008-04-201-0/+1
| | | | Poschwatta
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-261-2/+43
| | | | | | | | | | | | | | | The attached patch adds support for compiling arm uClibc as pure Thumb code. This is needed because some recent ARM codes do not implement traditional ARM mode. Specifically: * Cortex-M1 - An extremely minimal FPGA based core that only implements Thumb-1 (aka ARMv6-M). * Cortex-M3 - A Thumb-2 only ARMv7-M core. Most of uClibc already builds in Thumb mode, all that is left are a handful of assembly bits. Tested on arm-uclinuxeabi.
* Joseph S. Myers writes:Mike Frysinger2006-02-111-0/+4
| | | | | | This patch fixes some of the ARM EABI code to be interworking-safe, using bx where appropriate. (This code went in around the same time as the Thumb patches, hence not being fixed by those patches.)
* John Bowler writes in Bug 385:Mike Frysinger2006-01-311-1/+1
| | | | | | | | | The patch fixes up the .align directives to '2' (i.e. a multiple of 4) not '4' (a multiple of 16 - apparently an error since it seems to be unnecessary, there is no advantage here in cache line alignment). this is an arm "feature" ... the value given to .align is not in bytes: .align 4 in arm means .align 2 ^ 4
* Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger2006-01-291-2/+32
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-1/+1
| | | | missing headers, other jump relocs removed
* typo, thx vapierPeter S. Mazinger2005-12-081-1/+0
|
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-4/+1
|
* touchup syntax for no real good reason ;)Mike Frysinger2005-06-111-6/+6
|
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-101-22/+13
| | | | | Hide __syscall_error from outside libc. From Peter Mazinger.
* Implement mmap64 for armEric Andersen2003-06-271-0/+79