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
ca9d6748
Commit
ca9d6748
authored
Sep 23, 2002
by
Dale Johannesen
Committed by
Dale Johannesen
Sep 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set current_sym_code in a case where it was missing.
From-SVN: r57456
parent
8cf35364
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/dbxout.c
+1
-0
No files found.
gcc/ChangeLog
View file @
ca9d6748
2002
-
09
-
23
Dale
Johannesen
<
dalej
@apple
.
com
>
*
dbxout
.
c
(
dbxout_parms
)
:
Set
current_sym_code
for
params
passed
on
stack
by
invisible
reference
.
2002
-
09
-
23
Richard
Earnshaw
<
rearnsha
@arm
.
com
>
2002
-
09
-
23
Richard
Earnshaw
<
rearnsha
@arm
.
com
>
*
arm
/
unknown
-
elf
.
h
(
ASM_OUTPUT_ALIGNED_DECL_LOCAL
)
:
Always
allocate
*
arm
/
unknown
-
elf
.
h
(
ASM_OUTPUT_ALIGNED_DECL_LOCAL
)
:
Always
allocate
...
...
gcc/dbxout.c
View file @
ca9d6748
...
@@ -2681,6 +2681,7 @@ dbxout_parms (parms)
...
@@ -2681,6 +2681,7 @@ dbxout_parms (parms)
current_sym_value
current_sym_value
=
INTVAL
(
XEXP
(
XEXP
(
XEXP
(
DECL_RTL
(
parms
),
0
),
0
),
1
));
=
INTVAL
(
XEXP
(
XEXP
(
XEXP
(
DECL_RTL
(
parms
),
0
),
0
),
1
));
current_sym_addr
=
0
;
current_sym_addr
=
0
;
current_sym_code
=
N_PSYM
;
FORCE_TEXT
;
FORCE_TEXT
;
fprintf
(
asmfile
,
"%s
\"
%s:v"
,
ASM_STABS_OP
,
decl_name
);
fprintf
(
asmfile
,
"%s
\"
%s:v"
,
ASM_STABS_OP
,
decl_name
);
...
...
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