diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2002-04-04 21:33:25 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2002-04-04 21:33:25 +0000 |
commit | f53ebe71d2d7532127991030cfc6c2046c27f7fb (patch) | |
tree | 9b74717e4f2a789d421bcd59e2643c2796f1a1a4 | |
parent | 0c0b87adddd784143aba82ddc537004040a9a80d (diff) | |
download | gcc-f53ebe71d2d7532127991030cfc6c2046c27f7fb.zip gcc-f53ebe71d2d7532127991030cfc6c2046c27f7fb.tar.gz gcc-f53ebe71d2d7532127991030cfc6c2046c27f7fb.tar.bz2 |
* config/s390/linux.h (LOCAL_LABEL_PREFIX): Define.
From-SVN: r51874
-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" |