Commit 43b55a67 by Richard Kenner

Update comments.

From-SVN: r8815
parent 181c6568
;;- Machine description for the pdp11 for GNU C compiler ;;- 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). ;; Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
;; This file is part of GNU CC. ;; This file is part of GNU CC.
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
;; and match them for register allocation. ;; and match them for register allocation.
;; problem with too short jump distance! we need an assembler which can ;; 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! ;; e.g. gas!
;; these must be changed to check for CC_IN_FCCR if float is to be ;; these must be changed to check for CC_IN_FCCR if float is to be
...@@ -1447,7 +1447,7 @@ ...@@ -1447,7 +1447,7 @@
[(const_int 7) [(const_int 7)
(const_int 14)])]) (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) ; [(set (attr "length") (plus (and (match_dup 2)
; (const_int 7)) ; (const_int 7))
; (and (match_dup 2) ; (and (match_dup 2)
......
...@@ -4371,7 +4371,7 @@ etoasc (x, string, ndigs) ...@@ -4371,7 +4371,7 @@ etoasc (x, string, ndigs)
if (y[k] != 0) if (y[k] != 0)
goto tnzro; /* denormalized number */ goto tnzro; /* denormalized number */
} }
goto isone; /* legal all zeros */ goto isone; /* valid all zeros */
} }
tnzro: tnzro:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment