Commit b13ea8bd by Kai Tietz Committed by Kai Tietz

cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.

2010-06-04  Kai Tietz  <kai.tietz@onevision.com>

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

From-SVN: r160272
parent b33a91c9
2010-06-04 Kai Tietz <kai.tietz@onevision.com>
* config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix
by '*'.
2010-06-04 Jan Hubicka <jh@suse.cz>
* df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
......
......@@ -48,7 +48,7 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_GENERATE_INTERNAL_LABEL
#define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
sprintf ((BUF), "%s%s%ld", LOCAL_LABEL_PREFIX, \
sprintf ((BUF), "*%s%s%ld", LOCAL_LABEL_PREFIX, \
(PREFIX), (long)(NUMBER))
#undef LPREFIX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment