RFA: Debug sections seems to be emitted wrong for pe-coff

Kai Tietz ktietz70@googlemail.com
Mon Jun 22 20:24:00 GMT 2009


2009/6/22 Dave Korn <dave.korn.cygwin@googlemail.com>:
> Dave Korn wrote:
>> Dave Korn wrote:
>>> Kai Tietz wrote:
>>>
>>>> I noticed that some days ago (the version on the 12th of June worked
>>>> proper) the executables containing debugging information seems to be
>>>> broken.
>
>  This is from Christian's testcase "a.exe" attached to GCC PR 40455:
>
>  6 .debug_aranges 00000020  00406000  00406000  00001000  2**0
>                  CONTENTS, READONLY, DEBUGGING
>
>  This is from any other random cygwin executable on my machine:
>
>  5 .debug_aranges 00000900  00588000  00588000  00178200  2**3
>                  CONTENTS, READONLY, DEBUGGING
>
>  The alignment has changed.  Wonder if that's the root of the problem?  I
> can't find any relocs in this file, so maybe we have two problems.
>
>    cheers,
>      DaveK
>

Well, I was wondering first, too. But I assume that they are in the
pei-relocator data. Because I took a look on my test app (for
debugging information) and saw that a .secrel32 was present, so this
means there has to be at least this relocation.

Cheers,
Kai

-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination



More information about the Binutils mailing list