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
a7648399
Commit
a7648399
authored
Mar 31, 2002
by
Richard Henderson
Committed by
Richard Henderson
Mar 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/alpha.md (trap): New.
From-SVN: r51649
parent
adc186ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+2
-0
gcc/config/alpha/alpha.md
+10
-0
No files found.
gcc/ChangeLog
View file @
a7648399
...
...
@@ -2,6 +2,8 @@
* libgcc2.c (__bb_exit_func): Make static.
* config/alpha/alpha.md (trap): New.
2002-03-31 Richard Henderson <rth@redhat.com>
* builtins.c (expand_builtin_va_arg): Give warnings not errors for
...
...
gcc/config/alpha/alpha.md
View file @
a7648399
...
...
@@ -5095,6 +5095,16 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi"
""
"call_pal 0x86"
[
(set_attr "type" "ibr")
]
)
;; BUGCHK is documented common to OSF/1 and VMS PALcode.
;; NT does not document anything at 0x81 -- presumably it would generate
;; the equivalent of SIGILL, but this isn't that important.
;; ??? Presuming unicosmk uses either OSF/1 or VMS PALcode.
(define_insn "trap"
[
(trap_if (const_int 1) (const_int 0))
]
"!TARGET_ABI_WINDOWS_NT"
"call_pal 0x81"
[
(set_attr "type" "ibr")
]
)
;; Finally, we have the basic data motion insns. The byte and word insns
;; are done via define_expand. Start with the floating-point insns, since
...
...
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