]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/s390/linux.h (LOCAL_LABEL_PREFIX): Define.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 4 Apr 2002 21:33:25 +0000 (21:33 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 4 Apr 2002 21:33:25 +0000 (21:33 +0000)
From-SVN: r51874

gcc/ChangeLog
gcc/config/s390/linux.h

index 766b4c765247a34cf003d730268e2e598d03f819..7c9f421303a828a7563d314749df3fc6244be2be 100644 (file)
@@ -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
index 63c635172ac10854a047833a3ff13143defe48dc..5ce0a714e720e2e3c0185e434c8b91278a2fa984 100644 (file)
@@ -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"