From: Andreas Krebbel Date: Wed, 14 Jan 2009 15:43:20 +0000 (+0000) Subject: 2009-01-14 Andreas Krebbel X-Git-Tag: sid-snapshot-20090201~171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b6598a4799b37eef9ceefd02a6b7a30c714bbc9;p=external%2Fbinutils.git 2009-01-14 Andreas Krebbel * config/tc-s390.h: Define LOCAL_LABEL_PREFIX. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 819600f..fb0b414 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2009-01-14 Andreas Krebbel + + * config/tc-s390.h: Define LOCAL_LABEL_PREFIX. + 2009-01-12 Alan Modra * config/tc-spu.c (md_pseudo_table): Add "brinfo". diff --git a/gas/config/tc-s390.h b/gas/config/tc-s390.h index 1636400..7ac135c 100644 --- a/gas/config/tc-s390.h +++ b/gas/config/tc-s390.h @@ -51,6 +51,8 @@ extern const char *s390_target_format (void); /* Whether or not the target is big endian */ extern int target_big_endian; +#define LOCAL_LABEL_PREFIX '.' + /* Permit temporary numeric labels. */ #define LOCAL_LABELS_FB 1