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
1269f395
Commit
1269f395
authored
24 years ago
by
Nick Clifton
Committed by
Nick Clifton
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spurious test of XScale and HARD_FLOAT floags
From-SVN: r38023
parent
39abc9a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
gcc/ChangeLog
+1
-0
gcc/config/arm/arm.c
+0
-6
No files found.
gcc/ChangeLog
View file @
1269f395
...
...
@@ -2,6 +2,7 @@
* config/arm/arm.c (arm_override_options): Test 'insn_flags' not
'tune_flags' for XScale nature.
Remove spurious test of HARD_FLOAT and XScale flags.
* config/arm/arm.md (umulsidi3adddi): Restore "=&r" register
contraint, accidentally changed during XScale contribution.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/arm/arm.c
View file @
1269f395
...
...
@@ -526,12 +526,6 @@ arm_override_options ()
target_flags
&=
~
ARM_FLAG_APCS_FRAME
;
}
if
(
TARGET_HARD_FLOAT
&&
(
insn_flags
&
FL_XSCALE
))
{
warning
(
"XScale does not support hardware FP instructions."
);
target_flags
|=
ARM_FLAG_SOFT_FLOAT
;
}
/* TARGET_BACKTRACE calls leaf_function_p, which causes a crash if done
from here where no function is being compiled currently. */
if
((
target_flags
&
(
THUMB_FLAG_LEAF_BACKTRACE
|
THUMB_FLAG_BACKTRACE
))
...
...
This diff is collapsed.
Click to expand it.
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