aboutsummaryrefslogtreecommitdiff
path: root/libgloss/arm/linux-crt0.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-17 * arm/linux-crt0.c: Use ldr instead of adr to get address ofCorinna Vinschen1-1/+3
_start_thumb.
2011-07-13 * arm/crt0.S: Support armv6-m processors in libgloss.Nick Clifton1-1/+2
* arm/swi.h: Likewise. * arm/trap.S: Likewise. * arm/redboot-crt0.S: Likewise. * arm/linux-crt0.c: Likewise. * arm/arm.h: New.
2006-08-242006-08-24 Paul Brook <paul@codesourcery.com>Jeff Johnston1-1/+1
* arm/linux-crt0.c: Disable Arm stub for Thumb-2.
2006-07-052006-07-05 Shaun Jackman <sjackman@gmail.com>Shaun Jackman1-0/+39
* arm/linux-crt0.S: Remove file. * arm/linux-crt0.c: New file. Supports PIC code.