OSDN Git Service

Update comments.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jan 1995 19:50:28 +0000 (19:50 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jan 1995 19:50:28 +0000 (19:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8815 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pdp11/pdp11.md
gcc/real.c

index 10673c7..7f74919 100644 (file)
@@ -1,5 +1,5 @@
 ;;- Machine description for the pdp11 for GNU C compiler
-;; Copyright (C) 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 ;; Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
 
 ;; This file is part of GNU CC.
 ;; and match them for register allocation.
 
 ;; problem with too short jump distance! we need an assembler which can 
-;; make this legal for all jump distances!
+;; make this valid for all jump distances!
 ;; e.g. gas!
 
 ;; these must be changed to check for CC_IN_FCCR if float is to be 
                          [(const_int 7)
                           (const_int 14)])])
 
-;; the following is illegal - too complex!!! - just say 14 !!!
+;; the following is invalid - too complex!!! - just say 14 !!!
 ;  [(set (attr "length") (plus (and (match_dup 2)
 ;                                   (const_int 7))
 ;                              (and (match_dup 2)
index 31b60cf..082a5f3 100644 (file)
@@ -4371,7 +4371,7 @@ etoasc (x, string, ndigs)
          if (y[k] != 0)
            goto tnzro;         /* denormalized number */
        }
-      goto isone;              /* legal all zeros */
+      goto isone;              /* valid all zeros */
     }
  tnzro: