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
abe03962
Commit
abe03962
authored
Sep 23, 1996
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(dbxout_function): Don't check DECL_SECTION_NAME before
calling dbxout_function_end. From-SVN: r12779
parent
80d92002
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/dbxout.c
+1
-2
No files found.
gcc/dbxout.c
View file @
abe03962
...
...
@@ -2597,8 +2597,7 @@ dbxout_function (decl)
DBX_OUTPUT_FUNCTION_END
(
asmfile
,
decl
);
#endif
#if defined(ASM_OUTPUT_SECTION_NAME) && !defined(NO_DBX_FUNCTION_END)
if
(
use_gnu_debug_info_extensions
&&
DECL_SECTION_NAME
(
decl
)
!=
NULL
)
if
(
use_gnu_debug_info_extensions
)
dbxout_function_end
();
#endif
}
...
...
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