This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 windows]: Fix bootstrap for cygwin/mingw x86


Hello,

the generated label name by ASM_GENERATE_INTERNAL_LABEL wasn't
prefixed by '*' the routine in varasm were adding user_label_prefix to
those local symbols. This patch fixes this.

ChangeLog

2010-06-04  Kai Tietz

          * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL):
Prefix internal label by '*'.

I'll apply this patch in a couple of hours, if there are no objections.

Tested for i686-pc-mingw32 and i686-pc-cygwin.

Regards,
Kai


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

Attachment: x86_cygwin.diff
Description: Binary data


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