* remove ld 2.16 specific line

git-svn-id: trunk@778 -
This commit is contained in:
peter 2005-08-01 10:23:28 +00:00
parent 738660fb8a
commit 3b2868feaf

View File

@ -492,7 +492,6 @@ begin
linkres.add(' . = ALIGN (0x1000) - ((0x1000 - .) & (0x1000 - 1)); . = DATA_SEGMENT_ALIGN (0x1000, 0x1000);');
linkres.add(' .dynamic : { *(.dynamic) }');
linkres.add(' .got : { *(.got) }');
linkres.add(' . = DATA_SEGMENT_RELRO_END (12, .);');
linkres.add(' .got.plt : { *(.got.plt) }');
linkres.add(' .data :');
linkres.add(' {');
@ -512,6 +511,7 @@ begin
linkres.add(' __bss_start = .;');
linkres.add(' .bss :');
linkres.add(' {');
linkres.add(' *(.dynbss)');
linkres.add(' *(.bss .bss.* .gnu.linkonce.b.*)');
linkres.add(' *(COMMON)');
{Align here to ensure that the .bss section occupies space up to