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]

Re: [patch gas]: Fix of aligncomm to allow any kind of symbol names


2010/7/10 Kai Tietz <ktietz70@googlemail.com>:
> Hello,
>
> caused by research for PR ld/11612 I found that the underlying issue
> is in gas/config/obj-coff.c in function obj_common_parse. As the
> function symbol name isn't quoted, it can lead to conflicts with
> def-file parser keywords. By quoting the symbol-name by ', issue is
> solved.
>
> ChangeLog
>
> 2010-07-10 ?Kai Tietz
>
> ? ? ? ?PR ld/11612
> ? ? ? ?* config/obj-coff.c (obj_common_parse): Quote symbol-name.
>
> Tested for i686-pc-cygwin, i686-pc-mingw32, and x86_64-pc-mingw32. Ok for apply?
>
> Regards,
> Kai
>
>
> --
> |? (\_/) This is Bunny. Copy and paste
> | (='.'=) Bunny into your signature to help
> | (")_(") him gain world domination
>

Missed testsuite changes ...

ChangeLog for gas/testsuite/gas/

        * pe/aligncomm-b.d: Regenerated content dump.
        * pe/aligncomm-d,d: Regenerated content dump.
        * i386/i386.exp: Disable for mingw 64-bit the intel-got64 test.

Ok for apply?

Regards,
Kai


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

Attachment: directives_coff.diff
Description: Binary data


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