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
2c1ebaca
Commit
2c1ebaca
authored
Feb 29, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r367
parent
b0bbbd85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/halfpic.c
+1
-2
No files found.
gcc/halfpic.c
View file @
2c1ebaca
...
@@ -68,13 +68,12 @@ int
...
@@ -68,13 +68,12 @@ int
half_pic_address_p
(
addr
)
half_pic_address_p
(
addr
)
rtx
addr
;
rtx
addr
;
{
{
int
offset
;
char
*
name
;
char
*
name
;
switch
(
GET_CODE
(
addr
))
switch
(
GET_CODE
(
addr
))
{
{
case
CONST
:
case
CONST
:
offset
=
0
;
rtx
offset
=
const0_rtx
;
addr
=
eliminate_constant_term
(
addr
,
&
offset
);
addr
=
eliminate_constant_term
(
addr
,
&
offset
);
if
(
GET_CODE
(
addr
)
!=
SYMBOL_REF
)
if
(
GET_CODE
(
addr
)
!=
SYMBOL_REF
)
return
FALSE
;
return
FALSE
;
...
...
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