Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
43b55a67
Commit
43b55a67
authored
Jan 25, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments.
From-SVN: r8815
parent
181c6568
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/config/pdp11/pdp11.md
+3
-3
gcc/real.c
+1
-1
No files found.
gcc/config/pdp11/pdp11.md
View file @
43b55a67
;;- 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 i
llegal
- too complex!!! - just say 14 !!!
;; the following is i
nvalid
- too complex!!! - just say 14 !!!
;
[
(set (attr "length") (plus (and (match_dup 2)
; (const_int 7))
; (and (match_dup 2)
...
...
gcc/real.c
View file @
43b55a67
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment