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
95b53b57
Commit
95b53b57
authored
Nov 10, 2010
by
Rainer Orth
Committed by
Rainer Orth
Nov 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/osf5.h (ASM_SPEC): Remove -nocpp.
From-SVN: r166549
parent
bbed6555
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/ChangeLog
+4
-0
gcc/config/alpha/osf5.h
+3
-4
No files found.
gcc/ChangeLog
View file @
95b53b57
2010
-
11
-
10
Rainer
Orth
<
ro
@CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
config
/
alpha
/
osf5
.
h
(
ASM_SPEC
)
:
Remove
-
nocpp
.
2010
-
11
-
10
Sebastian
Pop
<
sebastian
.
pop
@amd
.
com
>
2010
-
11
-
10
Sebastian
Pop
<
sebastian
.
pop
@amd
.
com
>
PR
tree
-
optimization
/
45971
PR
tree
-
optimization
/
45971
gcc/config/alpha/osf5.h
View file @
95b53b57
...
@@ -127,12 +127,11 @@ along with GCC; see the file COPYING3. If not see
...
@@ -127,12 +127,11 @@ along with GCC; see the file COPYING3. If not see
it always means that we get slightly larger than necessary object files
it always means that we get slightly larger than necessary object files
if the user does not specify -g. If we don't pass -g, then mips-tfile
if the user does not specify -g. If we don't pass -g, then mips-tfile
will need to be fixed to work in this case. Pass -O0 since some
will need to be fixed to work in this case. Pass -O0 since some
optimization are broken and don't help us anyway. Pass -nocpp because
optimization are broken and don't help us anyway. */
there's no point in running CPP on our assembler output. */
#if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GAS) != 0
#if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_GAS) != 0
#define ASM_SPEC "%{malpha-as:-g " ASM_OLDAS_SPEC "
-nocpp
%{pg} -O0}"
#define ASM_SPEC "%{malpha-as:-g " ASM_OLDAS_SPEC " %{pg} -O0}"
#else
#else
#define ASM_SPEC "%{!mgas:-g " ASM_OLDAS_SPEC "
-nocpp
%{pg} -O0}"
#define ASM_SPEC "%{!mgas:-g " ASM_OLDAS_SPEC " %{pg} -O0}"
#endif
#endif
/* Specify to run a post-processor, mips-tfile after the assembler
/* Specify to run a post-processor, mips-tfile after the assembler
...
...
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