From f53ebe71d2d7532127991030cfc6c2046c27f7fb Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Thu, 4 Apr 2002 21:33:25 +0000 Subject: [PATCH] * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define. From-SVN: r51874 --- gcc/ChangeLog | 4 ++++ gcc/config/s390/linux.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 766b4c765247..7c9f421303a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-04 Ulrich Weigand + + * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define. + 2002-04-04 Jakub Jelinek PR c++/6119 diff --git a/gcc/config/s390/linux.h b/gcc/config/s390/linux.h index 63c635172ac1..5ce0a714e720 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" -- 2.47.2