]> gcc.gnu.org Git - gcc.git/commitdiff
> * config/pj/lib1funcs.S: Fix broken comment.
authorAnthony Green <green@redhat.com>
Sun, 18 Mar 2001 20:52:02 +0000 (20:52 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 18 Mar 2001 20:52:02 +0000 (20:52 +0000)
>  * config/pj/lib1funcs.S: Fix broken comment.
>  * config/pj/pj.h (LOCAL_LABEL_PREFIX): Prefix internal
>  labels with '.'.

From-SVN: r40602

gcc/ChangeLog
gcc/config/pj/lib1funcs.S
gcc/config/pj/pj.h

index 50921f03d3bcdc5801ba4305f4821c7330a48c0e..255545e0f5f2dce591a68f36c542da469d54523f 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-17  Anthony Green  <green@redhat.com>
+
+       * config/pj/lib1funcs.S: Fix broken comment.
+       * config/pj/pj.h (LOCAL_LABEL_PREFIX): Prefix internal
+       labels with '.'.
+
 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * gcc.texi: Remove obsolete information relating to build and
index 004d73ae941117be5aa121c83c4c3c15cb94ee73..02390bc5740a2cb20d0a7684130743bb493f5369 100644 (file)
@@ -1,19 +1,19 @@
 ! lib1funcs.S for picoJava.
-!   Copyright (C) 2000 Free Software Foundation, Inc.
+!   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
 ! 
 ! This file is free software; you can redistribute it and/or modify it
 ! under the terms of the GNU General Public License as published by the
 ! Free Software Foundation; either version 2, or (at your option) any
 ! later version.
 ! 
-| In addition to the permissions in the GNU General Public License, the
-| Free Software Foundation gives you unlimited permission to link the
-| compiled version of this file into combinations with other programs,
-| and to distribute those combinations without any restriction coming
-| from the use of this file.  (The General Public License restrictions
-| do apply in other respects; for example, they cover modification of
-| the file, and distribution when not linked into a combine
-| executable.)
+! In addition to the permissions in the GNU General Public License, the
+! Free Software Foundation gives you unlimited permission to link the
+! compiled version of this file into combinations with other programs,
+! and to distribute those combinations without any restriction coming
+! from the use of this file.  (The General Public License restrictions
+! do apply in other respects; for example, they cover modification of
+! the file, and distribution when not linked into a combine
+! executable.)
 ! 
 ! This file is distributed in the hope that it will be useful, but
 ! WITHOUT ANY WARRANTY; without even the implied warranty of
index 39f8d797fb56c39ca12667b098832e073b3fb846..73ff2c26c4ef5dbf43cb2ede202424cfd46a0e43 100644 (file)
@@ -1159,7 +1159,7 @@ do { fputs (current_function_varargs || current_function_stdarg         \
 
 /* The prefix to add to an internally generated label.  */
 
-#define LOCAL_LABEL_PREFIX ""
+#define LOCAL_LABEL_PREFIX "."
 
 /* Make an internal label into a string.  */
 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
This page took 0.082616 seconds and 5 git commands to generate.