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
45e49d96
Commit
45e49d96
authored
Jul 12, 2006
by
Nick Clifton
Committed by
Nick Clifton
Jul 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up instead of -isa=sh4.
From-SVN: r115371
parent
2bdda702
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/config/sh/sh.h
+2
-2
No files found.
gcc/ChangeLog
View file @
45e49d96
2006
-
07
-
12
Nick
Clifton
<
nickc
@redhat
.
com
>
*
config
/
sh
/
sh
.
h
(
SUBTARGET_ASM_RELAX_SPEC
)
:
Use
-
isa
=
sh4
-
up
instead
of
-
isa
=
sh4
.
2006
-
07
-
12
Mike
Stump
<
mrs
@apple
.
com
>
PR
c
/
28280
...
...
gcc/config/sh/sh.h
View file @
45e49d96
...
...
@@ -366,9 +366,9 @@ do { \
SUBTARGET_EXTRA_SPECS
#if TARGET_CPU_DEFAULT & MASK_HARD_SH4
#define SUBTARGET_ASM_RELAX_SPEC "%{!m1:%{!m2:%{!m3*:%{!m5*:-isa=sh4}}}}"
#define SUBTARGET_ASM_RELAX_SPEC "%{!m1:%{!m2:%{!m3*:%{!m5*:-isa=sh4
-up
}}}}"
#else
#define SUBTARGET_ASM_RELAX_SPEC "%{m4*:-isa=sh4}"
#define SUBTARGET_ASM_RELAX_SPEC "%{m4*:-isa=sh4
-up
}"
#endif
#define SH_ASM_SPEC \
...
...
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