Author: tkreuzer
Date: Wed Jul 28 23:12:17 2010
New Revision: 48338
URL:
http://svn.reactos.org/svn/reactos?rev=48338&view=rev
Log:
[FREELDR]
Experimental patch to get stabs symbols into untripped freeldr.sys
Modified:
branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_amd64.lnk
branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/setupldr.rbuild
Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_amd64.lnk
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/…
==============================================================================
--- branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_amd64.lnk [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/freeldr_amd64.lnk [iso-8859-1]
Wed Jul 28 23:12:17 2010
@@ -44,6 +44,14 @@
*(SORT(.rdata$*))
*(.eh_frame)
}
+ .stab BLOCK(__section_alignment__) (NOLOAD) :
+ {
+ [ .stab ]
+ }
+ .stabstr BLOCK(__section_alignment__) (NOLOAD) :
+ {
+ [ .stabstr ]
+ }
}
Modified: branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/setupldr.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/boot/…
==============================================================================
--- branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/setupldr.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/boot/freeldr/freeldr/setupldr.rbuild [iso-8859-1]
Wed Jul 28 23:12:17 2010
@@ -16,4 +16,5 @@
<library>cmlib</library>
<library>rtl</library>
<library>libcntpr</library>
+ <linkerflag>-gstabs+</linkerflag>
</module>