diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:50:28 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:50:28 -0500 |
commit | 43b55a678ac7ed97057ced5e1755c51b14f425b8 (patch) | |
tree | 6f3d8afe9b4747dea155b1b238240e0607143ffc /gcc | |
parent | 181c656813d13c67e7ec008a0461db799b758ae9 (diff) | |
download | gcc-43b55a678ac7ed97057ced5e1755c51b14f425b8.zip gcc-43b55a678ac7ed97057ced5e1755c51b14f425b8.tar.gz gcc-43b55a678ac7ed97057ced5e1755c51b14f425b8.tar.bz2 |
Update comments.
From-SVN: r8815
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pdp11/pdp11.md | 6 | ||||
-rw-r--r-- | gcc/real.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md index 10673c7..7f74919 100644 --- a/gcc/config/pdp11/pdp11.md +++ b/gcc/config/pdp11/pdp11.md @@ -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. @@ -265,7 +265,7 @@ ;; 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 @@ -1447,7 +1447,7 @@ [(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) @@ -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: |