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]

[patch binutils ld]: PR ld/11612 Make def-file parser aware of internal names


Hello,

by recent change to remove leading underscore we had to notice that 
def-file parser didn't handle internal names in places as ID. I am pretty 
curious, as this should happen for arm-pe targets, too.
This patch fixes the def-file parser/grammer in ld and binutils

ChangeLog for binutils/
2010-07-09  Kai Tietz

        PR ld/11612
        * defparse.y (all_id): New type.
        (ID): Replaced by all_id.


ChangeLog for ld/
2010-07-09  Kai Tietz

        PR ld/11612
        * deffilep.y (allids): New type.
        (ID): Replaced by allids.
        (SEGMENTS): New token id.

Tested for i686-pc-cygwin, x86_64-pc-mingw32 without regressions. Ok for 
apply?

Regards,
Kai

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

Attachment: l_deffilep.diff
Description: Binary data

Attachment: b_defparse.diff
Description: Binary data


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