CVS commit: src/lib/csu/arm_elf

2013-08-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 19 06:56:15 UTC 2013 Removed Files: src/lib/csu/arm_elf: Makefile crt0.c dot_init.h Log Message: G/C arm COMPILERCRTSTUFF To generate a diff of this commit: cvs rdiff -u -r1.4 -r0 src/lib/csu/arm_elf/Makefile cvs rdiff -u

CVS commit: src/lib/csu/arm_elf

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Aug 5 01:44:44 UTC 2012 Modified Files: src/lib/csu/arm_elf: dot_init.h Log Message: back out elf note changes since we can use e_flags to determine EABI usage To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/l

CVS commit: src/lib/csu/arm_elf

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 14:57:47 UTC 2012 Modified Files: src/lib/csu/arm_elf: dot_init.h Log Message: Use CRTI instead of __S To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/csu/arm_elf/dot_init.h Please note that diffs a

CVS commit: src/lib/csu/arm_elf

2012-08-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 3 08:01:42 UTC 2012 Modified Files: src/lib/csu/arm_elf: dot_init.h Log Message: Emit a note for EABI programs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/csu/arm_elf/dot_init.h Please note that

CVS commit: src/lib/csu/arm_elf

2012-01-25 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 25 13:29:58 UTC 2012 Modified Files: src/lib/csu/arm_elf: crt0.c Log Message: After christos@ latest re-structuring of includes and defines in the various param.h files, STACKALIGNBYTES is now called STACK_ALIGNBYTES, so adapt