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
f6f1dc95
Commit
f6f1dc95
authored
Jan 11, 2001
by
Alexandre Oliva
Committed by
Alexandre Oliva
Jan 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.
From-SVN: r38910
parent
a738a85c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/config/sh/sh.h
+1
-1
No files found.
gcc/ChangeLog
View file @
f6f1dc95
2001-01-11 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.
* Makefile.in (check-gcc//%, check-g++//%, check-g77//%,
check-objc//%): Support parallel testing of multilibs.
(TESTSUITEDIR): Set to testsuite by default, but override for
...
...
gcc/config/sh/sh.h
View file @
f6f1dc95
...
...
@@ -401,7 +401,7 @@ do { \
(PREV_INSN (A_LABEL) \
&& GET_CODE (PREV_INSN (A_LABEL)) == INSN \
&& GET_CODE (PATTERN (PREV_INSN (A_LABEL))) == UNSPEC_VOLATILE \
&& XINT (PATTERN (PREV_INSN (A_LABEL)), 1) ==
1)
\
&& XINT (PATTERN (PREV_INSN (A_LABEL)), 1) ==
UNSPECV_ALIGN)
\
/* explicit alignment insn in constant tables. */
\
? INTVAL (XVECEXP (PATTERN (PREV_INSN (A_LABEL)), 0, 0)) \
: 0)
...
...
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