diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/s390/linux.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 766b4c7..7c9f421 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-04 Ulrich Weigand <uweigand@de.ibm.com> + + * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define. + 2002-04-04 Jakub Jelinek <jakub@redhat.com> PR c++/6119 diff --git a/gcc/config/s390/linux.h b/gcc/config/s390/linux.h index 63c6351..5ce0a71 100644 --- a/gcc/config/s390/linux.h +++ b/gcc/config/s390/linux.h @@ -141,6 +141,8 @@ Boston, MA 02111-1307, USA. */ #define ASM_DOUBLE "\t.double" +/* The LOCAL_LABEL_PREFIX variable is used by dbxelf.h. */ +#define LOCAL_LABEL_PREFIX "." /* Prefix for internally generated assembler labels. */ #define LPREFIX ".L" |