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: Fix handling of dwarf sections for IRIX 6


Richard Sandiford wrote:
> gcc's IRIX 6 configuration will emit section statements of the form:
> 
>         .section .debug_abbrev,0x7000001e,0,0,0
> 
> where 0x7000001e == SHT_MIPS_DWARF.  This is correct in theory, but as
> explained in the comment below, GAS expects the dwarf sections to have
> type SHT_PROGBITS instead.  Any deviation will lead to a warning.
> 
> I've been using this patch locally for some time and it's enough to get
> good gcc testresults using GNU as & ld.  OK to install?

Ok.


Thiemo


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