This is the mail archive of the binutils@sourceware.org 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] | |
2010/9/16 Pierre Muller <pierre.muller@ics-cnrs.unistra.fr>:
> ?Hi all,
>
> I just looked at the patch out of curiosity,
> and it seems that in
> src/ld/scripttempl/pe.sc
> you have 'SORT(*) (.idata$5)
> twice:
>
>
> - ? ?SORT(*)(.idata$4)
> + ? ?SORT(*)(.idata$4)'
> + ?R_IDATA5='SORT(*)(.idata$5)'
> + ?R_IDATA67='
> ? ? SORT(*)(.idata$5)
> ? ? SORT(*)(.idata$6)
> ? ? SORT(*)(.idata$7)'
>
> src/ld/scripttempl/pep.sc
> doesn't have this repetition...
>
> Is this an error or does it have a special purpose?
>
>
> Pierre Muller
> Pascal language support maintainer for GDB
>
>
Thanks for catching this. This is an error (but well, it didn't showed
any test-failures).
Attached patch with fixing that.
Cheers,
Kai
--
|? (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination
Attachment:
IAT_pecoff.diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |