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
821bde61
Commit
821bde61
authored
Apr 02, 2005
by
Jan-Benedict Glaw
Committed by
John David Anglin
Apr 02, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc/config/vax/vax.md: Spellcheck, fix whitespace.
From-SVN: r97430
parent
b6121641
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+4
-0
gcc/config/vax/vax.md
+2
-3
No files found.
gcc/ChangeLog
View file @
821bde61
2005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* gcc/config/vax/vax.md: Spellcheck, fix whitespace.
2005-04-01 Ian Lance Taylor <ian@airs.com>
2005-04-01 Ian Lance Taylor <ian@airs.com>
* gcc.c: Don't include <sys/resource.h> or declare getrusage.
* gcc.c: Don't include <sys/resource.h> or declare getrusage.
...
...
gcc/config/vax/vax.md
View file @
821bde61
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
;;- Instruction patterns. When multiple patterns apply,
;;- Instruction patterns. When multiple patterns apply,
;;- the first one in the file is chosen.
;;- the first one in the file is chosen.
;;-
;;-
;;- See file "rtl.def" for documentation on define_insn, match_
*
, et
.
al.
;;- See file "rtl.def" for documentation on define_insn, match_
*
, et al.
;;-
;;-
;;- cpp macro #define NOTICE_UPDATE_CC in file tm.h handles condition code
;;- cpp macro #define NOTICE_UPDATE_CC in file tm.h handles condition code
;;- updates for most instructions.
;;- updates for most instructions.
...
@@ -46,11 +46,10 @@
...
@@ -46,11 +46,10 @@
(define_mode_macro VAXfp [SF DF])
(define_mode_macro VAXfp [SF DF])
(define_mode_attr fsfx [(SF "f") (DF "%#")])
(define_mode_attr fsfx [(SF "f") (DF "%#")])
;; Some ouput patterns want integer immediates with a prefix...
;; Some ou
t
put patterns want integer immediates with a prefix...
(define_mode_attr iprefx [(QI "B") (HI "H") (SI "N")])
(define_mode_attr iprefx [(QI "B") (HI "H") (SI "N")])
;; We don't want to allow a constant operand for test insns because
;; We don't want to allow a constant operand for test insns because
;; We don't want to allow a constant operand for test insns because
;; (set (cc0) (const_int foo)) has no mode information. Such insns will
;; (set (cc0) (const_int foo)) has no mode information. Such insns will
;; be folded while optimizing anyway.
;; be folded while optimizing anyway.
...
...
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