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
dccc9e85
Commit
dccc9e85
authored
May 11, 1995
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mips_output_lineno): Use LOCAL_LABEL_PREFIX.
From-SVN: r9620
parent
58add97a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/config/mips/mips.c
+3
-2
No files found.
gcc/config/mips/mips.c
View file @
dccc9e85
...
...
@@ -4038,8 +4038,9 @@ mips_output_lineno (stream, line)
if
(
write_symbols
==
DBX_DEBUG
)
{
++
sym_lineno
;
fprintf
(
stream
,
"$LM%d:
\n\t
%s %d,0,%d,$LM%d
\n
"
,
sym_lineno
,
ASM_STABN_OP
,
N_SLINE
,
line
,
sym_lineno
);
fprintf
(
stream
,
"%sLM%d:
\n\t
%s %d,0,%d,%sLM%d
\n
"
,
LOCAL_LABEL_PREFIX
,
sym_lineno
,
ASM_STABN_OP
,
N_SLINE
,
line
,
LOCAL_LABEL_PREFIX
,
sym_lineno
);
}
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