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
8a2d2f90
Commit
8a2d2f90
authored
Dec 01, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If -g1, do not emit line number at function prologue, it confuses gdb.
From-SVN: r2826
parent
454ae940
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/config/mips/mips.c
+3
-1
No files found.
gcc/config/mips/mips.c
View file @
8a2d2f90
...
@@ -4068,7 +4068,9 @@ function_prologue (file, size)
...
@@ -4068,7 +4068,9 @@ function_prologue (file, size)
int
tsize
=
current_frame_info
.
total_size
;
int
tsize
=
current_frame_info
.
total_size
;
ASM_OUTPUT_SOURCE_FILENAME
(
file
,
DECL_SOURCE_FILE
(
current_function_decl
));
ASM_OUTPUT_SOURCE_FILENAME
(
file
,
DECL_SOURCE_FILE
(
current_function_decl
));
ASM_OUTPUT_SOURCE_LINE
(
file
,
DECL_SOURCE_LINE
(
current_function_decl
));
if
(
debug_info_level
!=
DINFO_LEVEL_TERSE
)
ASM_OUTPUT_SOURCE_LINE
(
file
,
DECL_SOURCE_LINE
(
current_function_decl
));
inside_function
=
1
;
inside_function
=
1
;
fputs
(
"
\t
.ent
\t
"
,
file
);
fputs
(
"
\t
.ent
\t
"
,
file
);
...
...
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