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
b3026a92
Commit
b3026a92
authored
Jul 30, 2001
by
Nick Clifton
Committed by
Nick Clifton
Jul 30, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip -mthumb as well as -mthumb-interwork when -mcpu=arm7 is specified.
From-SVN: r44475
parent
6387a56e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+5
-0
gcc/config/arm/t-arm-elf
+4
-1
No files found.
gcc/ChangeLog
View file @
b3026a92
2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
* config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
as -mthumb-interwork when -mcpu=arm7 is specified.
Mon Jul 30 17:44:43 CEST 2001 Jan Hubicka <jh@suse.cz>
* predict.def (noreturn, loop branch, loop exit): Mark as first
...
...
gcc/config/arm/t-arm-elf
View file @
b3026a92
...
...
@@ -45,7 +45,10 @@ MULTILIB_EXCEPTIONS =
#
# MULTILIB_OPTIONS += mcpu=arm7
# MULTILIB_DIRNAMES += nofmult
# MULTILIB_EXCEPTIONS += *mthumb-interwork*/*mcpu=arm7*
# MULTILIB_EXCEPTIONS += *mthumb*/*mcpu=arm7*
# # Note: the multilib_exceptions matches both -mthumb and
# # -mthumb-interwork
# #
# # We have to match all the arm cpu variants which do not have the
# # multiply instruction and treat them as if the user had specified
# # -mcpu=arm7. Note that in the following the ? is interpreted as
...
...
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