summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-04 15:00:35 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-04 15:00:35 +0000
commitf7656ceb0357a6bdfc4f5f1e6f9f0f66bc82c6e2 (patch)
tree29a0e77dbbff355777a21bc1d0faeda0ff22fe51 /gcc/config
parentf53d14b163bf0539bac057285b1273e063cbfb23 (diff)
downloadgcc-f7656ceb0357a6bdfc4f5f1e6f9f0f66bc82c6e2.tar.gz
2010-06-04 Kai Tietz <kai.tietz@onevision.com>
* config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/cygming.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h
index 7c35e2ee57f..f2b70afa447 100644
--- a/gcc/config/i386/cygming.h
+++ b/gcc/config/i386/cygming.h
@@ -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