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
7496c2b5
Commit
7496c2b5
authored
Oct 26, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(XCFLAGS): Disable native assembler's jump optimization for expr.o and
cp/decl.o. From-SVN: r13039
parent
7a7233ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/config/m68k/x-mot3300
+3
-1
No files found.
gcc/config/m68k/x-mot3300
View file @
7496c2b5
...
@@ -9,4 +9,6 @@ ALLOCA=alloca.o
...
@@ -9,4 +9,6 @@ ALLOCA=alloca.o
# ld: relocation entry found for non-relocatable symbol in combine.o
# ld: relocation entry found for non-relocatable symbol in combine.o
# and the produced "cc1" fails with SIGSEGV
# and the produced "cc1" fails with SIGSEGV
# Another possible fix would be to split combine.c.
# Another possible fix would be to split combine.c.
XCFLAGS=`if [ x$@ = xcombine.o ]; then echo -Wa,-j; fi`
# Since ss-961013, the same happens for expr.c compiled by gcc, but not by cc;
# and for cp/decl.c; aren't those files too big ?
XCFLAGS=`case $@ in combine.o|expr.o|decl.o) echo -Wa,-j;;esac`
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