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
ed4e4c74
Commit
ed4e4c74
authored
May 22, 1999
by
Philip Blundell
Committed by
Nick Clifton
May 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix erroneous warning message
From-SVN: r27099
parent
d1fbba38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.c
+1
-1
No files found.
gcc/ChangeLog
View file @
ed4e4c74
Tue May 18 17:44:22 1999 Philip Blundell <pb@nexus.co.uk>
* config/arm/arm.c (arm_override_options): Fix erroneous warning
message.
Sat May 22 09:06:33 1999 Nick Clifton <nickc@cygnus.com>
* config/arm/arm.h (NEED_PLT_GOT): Only define if not already
...
...
gcc/config/arm/arm.c
View file @
ed4e4c74
...
...
@@ -291,7 +291,7 @@ arm_override_options ()
a warning though, and we prefer the CPU over the
architecture. */
if
(
insn_flags
!=
0
&&
(
insn_flags
^
sel
->
flags
))
warning
(
"switch -mcpu=%s conflicts with -m
tune= switch"
,
warning
(
"switch -mcpu=%s conflicts with -m
arch= switch"
,
ptr
->
string
);
insn_flags
=
sel
->
flags
;
...
...
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