From: <dan...@us...> - 2010-01-01 09:39:42
|
Revision: 1423 http://cegcc.svn.sourceforge.net/cegcc/?rev=1423&view=rev Author: dannybackx Date: 2010-01-01 09:39:34 +0000 (Fri, 01 Jan 2010) Log Message: ----------- Remove debug comment Modified Paths: -------------- trunk/cegcc/src/binutils/ChangeLog.ce trunk/cegcc/src/binutils/ld/scripttempl/pe.sc Modified: trunk/cegcc/src/binutils/ChangeLog.ce =================================================================== --- trunk/cegcc/src/binutils/ChangeLog.ce 2010-01-01 09:32:47 UTC (rev 1422) +++ trunk/cegcc/src/binutils/ChangeLog.ce 2010-01-01 09:39:34 UTC (rev 1423) @@ -1,3 +1,8 @@ +2010-01-01 Danny Backx <dan...@us...> + + ld/ + * scripttempl/pe.sc: Remove comment. + 2009-12-31 Pedro Alves <ped...@us...>, Danny Backx <dan...@us...> Modified: trunk/cegcc/src/binutils/ld/scripttempl/pe.sc =================================================================== --- trunk/cegcc/src/binutils/ld/scripttempl/pe.sc 2010-01-01 09:32:47 UTC (rev 1422) +++ trunk/cegcc/src/binutils/ld/scripttempl/pe.sc 2010-01-01 09:39:34 UTC (rev 1423) @@ -65,7 +65,6 @@ { ${RELOCATING+/* Make the virtual address and file offset synced if the alignment is} ${RELOCATING+ lower than the target page size. */} - ${RELOCATING+/* Yow pe.sc */} ${RELOCATING+. = SIZEOF_HEADERS;} ${RELOCATING+. = ALIGN(__section_alignment__);} .text ${RELOCATING+ __image_base__ + ( __section_alignment__ < ${TARGET_PAGE_SIZE} ? . : __section_alignment__ )} : This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |