This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Support DWARF 2/3 on i?86 PE


Hi Brian,

 Sorry for the long delay in approving this patch.  I have however now
 looked at it, approved it and applied it to the sources.

Cheers
        Nick

> bfd/ChangeLog:
> 2004-04-14  Brian Ford  <ford@vss.fsi.com>
> 
> 	* bfd.c (bfd_get_sign_extend_vma): Add pe[i]-i386 case to DJGPP hack.
> 	* coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define.
> 	[!COFF_WITH_PE] (sec_to_styp_flags, styp_to_sec_flags): Use them.
> 	(coff_compute_section_file_positions) [RS6000COFF_C]: Likewise.
> 	[COFF_WITH_PE] (sec_to_styp_flags): Handle DWARF 2/3 .debug* and
> 	.gnu.linkonce.wi. sections.
> 	* pe-i386.c (COFF_SUPPORT_GNU_LINKONCE): Define.
> 	(COFF_SECTION_ALIGNMENT_ENTRIES): Add entries for .debug and
> 	.gnu.linkonce.wi..
> 	* pei-i386.c (COFF_SUPPORT_GNU_LINKONCE): Likewise.
> 	(COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
> 
> gas/ChangeLog:
> 2004-04-14  Brian Ford  <ford@vss.fsi.com>
> 
> 	* dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
> 
> ld/ChangeLog:
> 2004-04-14  Brian Ford  <ford@vss.fsi.com>
> 
> 	* scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
> 	for DWARF 2/3.  Update stab section's syntax.

Approved.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]