Author: tkreuzer Date: Fri May 13 19:17:10 2011 New Revision: 51705
URL: http://svn.reactos.org/svn/reactos?rev=51705&view=rev Log: [CMAKE] revert changes to the kernel's linker script, its not used in cmake branch
Modified: branches/cmake-bringup/ntoskrnl/ntoskrnl_i386.lnk
Modified: branches/cmake-bringup/ntoskrnl/ntoskrnl_i386.lnk URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/ntoskrnl/ntoskrnl_... ============================================================================== --- branches/cmake-bringup/ntoskrnl/ntoskrnl_i386.lnk [iso-8859-1] (original) +++ branches/cmake-bringup/ntoskrnl/ntoskrnl_i386.lnk [iso-8859-1] Fri May 13 19:17:10 2011 @@ -44,6 +44,13 @@ { *(.edata) } + /DISCARD/ : + { + *(.debug$S) + *(.debug$T) + *(.debug$F) + *(.drectve) + }
.idata BLOCK(__section_alignment__) : { @@ -80,41 +87,13 @@ /* These zeroes mark the end of the reloc section. */ LONG (0); LONG (0); LONG (0); LONG (0); LONG (0); } - .debug_aranges BLOCK(__section_alignment__) : + .stab BLOCK(__section_alignment__) (NOLOAD) : { - *(.debug_aranges) + [ .stab ] } - .debug_abbrev BLOCK(__section_alignment__) : + .stabstr BLOCK(__section_alignment__) (NOLOAD) : { - *(.debug_abbrev) - } - .debug_frame BLOCK(__section_alignment__) : - { - *(.debug_frame) - } - .debug_info BLOCK(__section_alignment__) : - { - *(.debug_info) - } - .debug_line BLOCK(__section_alignment__) : - { - *(.debug_line) - } - .debug_loc BLOCK(__section_alignment__) : - { - *(.debug_loc) - } - .debug_pubnames BLOCK(__section_alignment__) : - { - *(.debug_pubnames) - } - .debug_ranges BLOCK(__section_alignment__) : - { - *(.debug_ranges) - } - .debug_str BLOCK(__section_alignment__) : - { - *(.debug_str) + [ .stabstr ] } INIT BLOCK(__section_alignment__) : {