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] | |
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
Attachment:
aligncomm.diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |