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
21dad7e6
Commit
21dad7e6
authored
Apr 25, 2005
by
Richard Henderson
Committed by
Richard Henderson
Apr 25, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* final.c (output_addr_const): Revert 2005-04-09 change.
From-SVN: r98756
parent
d6ff8575
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/final.c
+2
-0
No files found.
gcc/ChangeLog
View file @
21dad7e6
2005-04-25 Richard Henderson <rth@redhat.com>
* final.c (output_addr_const): Revert 2005-04-09 change.
2005-04-25 Mike Stump <mrs@apple.com>
2005-04-25 Mike Stump <mrs@apple.com>
* config/darwin.c (darwin_encode_section_info): Always set
* config/darwin.c (darwin_encode_section_info): Always set
...
...
gcc/final.c
View file @
21dad7e6
...
@@ -3169,6 +3169,8 @@ output_addr_const (FILE *file, rtx x)
...
@@ -3169,6 +3169,8 @@ output_addr_const (FILE *file, rtx x)
break
;
break
;
case
SYMBOL_REF
:
case
SYMBOL_REF
:
if
(
SYMBOL_REF_DECL
(
x
))
mark_decl_referenced
(
SYMBOL_REF_DECL
(
x
));
#ifdef ASM_OUTPUT_SYMBOL_REF
#ifdef ASM_OUTPUT_SYMBOL_REF
ASM_OUTPUT_SYMBOL_REF
(
file
,
x
);
ASM_OUTPUT_SYMBOL_REF
(
file
,
x
);
#else
#else
...
...
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