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
671c2359
Commit
671c2359
authored
Mar 17, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r510
parent
c704915a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
gcc/config/mips/x-osfrose
+1
-1
gcc/halfpic.c
+6
-5
No files found.
gcc/config/mips/x-osfrose
View file @
671c2359
...
...
@@ -6,7 +6,7 @@
BUILD =
CC = $(OLDCC)
CLIB = -lld
CLIB = -l
bsd -l
ld
X_CFLAGS = $(DEB_OPT) $(MSTATS) $(SHLIB)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS)
CPP_ABORT = # -Dabort=fancy_abort
...
...
gcc/halfpic.c
View file @
671c2359
...
...
@@ -73,11 +73,12 @@ half_pic_address_p (addr)
switch
(
GET_CODE
(
addr
))
{
case
CONST
:
rtx
offset
=
const0_rtx
;
addr
=
eliminate_constant_term
(
addr
,
&
offset
);
if
(
GET_CODE
(
addr
)
!=
SYMBOL_REF
)
return
FALSE
;
{
rtx
offset
=
const0_rtx
;
addr
=
eliminate_constant_term
(
addr
,
&
offset
);
if
(
GET_CODE
(
addr
)
!=
SYMBOL_REF
)
return
FALSE
;
}
/* fall through */
case
SYMBOL_REF
:
...
...
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