CVS commit: src/lib/csu/common_elf

2012-08-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 4 14:59:05 UTC 2012 Modified Files: src/lib/csu/common_elf: Makefile.inc Log Message: Use COPTS instead of CFLAGS When compiling crti.c and crtn.c, add -DCRTI and -DCRTN, respectively. To generate a diff of this commit: c

CVS commit: src/lib/csu/common_elf

2012-03-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Mar 21 10:09:21 UTC 2012 Modified Files: src/lib/csu/common_elf: common.h Log Message: Use __UNCONST to unconst a "" To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/csu/common_elf/common.h Please note th

CVS commit: src/lib/csu/common_elf

2010-08-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 7 18:06:59 UTC 2010 Removed Files: src/lib/csu/common_elf: crtbegin.c crtbeginS.c crtend.c crtendS.c Log Message: Retire old crtbegin/crtend implementation. It is not compatible with the expectations of modern C++ To gen