OSDN Git Service

* cygwin.sc: Add Dwarf-2 debug sections.
authorcorinna <corinna>
Thu, 19 May 2005 17:04:28 +0000 (17:04 +0000)
committercorinna <corinna>
Thu, 19 May 2005 17:04:28 +0000 (17:04 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.sc

index a0c7fb4..b1f4838 100644 (file)
@@ -1,5 +1,9 @@
 2005-05-19  Corinna Vinschen  <corinna@vinschen.de>
 
+       * cygwin.sc: Add Dwarf-2 debug sections.
+
+2005-05-19  Corinna Vinschen  <corinna@vinschen.de>
+
        * mmap.cc (mmap64): Make granularity an automatic variable.
 
 2005-05-19  Christopher Faylor  <cgf@timesys.com>
index fe00e2b..a911b93 100644 (file)
@@ -103,6 +103,19 @@ SECTIONS
   {
     [ .stabstr ]
   }
+  /* DWARF 1.1 and DWARF 2 */
+  .debug_aranges  BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_aranges) }
+  .debug_pubnames BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_pubnames) }
+  /* DWARF 2 */
+  .debug_info     BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_info) }
+  .debug_abbrev   BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_abbrev) }
+  .debug_line     BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_line) }
+  .debug_frame    BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_frame) }
+  .debug_str      BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_str) }
+  .debug_loc      BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_loc) }
+  .debug_macinfo  BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_macinfo) }
+  .debug_macinfo  BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_macinfo) }
+  .debug_ranges   BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_ranges) }
   .cygheap BLOCK(64 * 1024) :
   {
     __system_dlls__ = ABSOLUTE(.) ;