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
937ac3f9
Commit
937ac3f9
authored
Nov 02, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Nov 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (ADDR_VEC_ALIGN): Define.
From-SVN: r30345
parent
7ee424ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+2
-0
gcc/config/pa/pa.h
+3
-0
No files found.
gcc/ChangeLog
View file @
937ac3f9
...
...
@@ -5,6 +5,8 @@ Mon Nov 1 23:21:17 1999 Jason Merrill <jason@yorick.cygnus.com>
Mon
Nov
1
23
:
37
:
38
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
h
(
ADDR_VEC_ALIGN
)
:
Define
.
*
jump
.
c
(
jump_optimize_1
)
:
Also
move
LOOP_VTOP
and
LOOP_CONT
notes
when
presented
with
"if (foo) break; end_of_loop"
and
the
break
sequence
gets
moved
out
of
the
loop
.
...
...
gcc/config/pa/pa.h
View file @
937ac3f9
...
...
@@ -1689,6 +1689,9 @@ while (0)
for the index in the tablejump instruction. */
#define CASE_VECTOR_MODE (TARGET_BIG_SWITCH ? TImode : DImode)
/* Jump tables must be 32 bit aligned, no matter the size of the element. */
#define ADDR_VEC_ALIGN(ADDR_VEC) 2
/* Specify the tree operation to be used to convert reals to integers. */
#define IMPLICIT_FIX_EXPR FIX_ROUND_EXPR
...
...
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