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
ad3b4030
Commit
ad3b4030
authored
Mar 19, 1993
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(xcoffout_declare_function): Call dbxout_source_file
before emitting .function psuedo-op. From-SVN: r3790
parent
149e4e00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gcc/xcoffout.c
+4
-0
No files found.
gcc/xcoffout.c
View file @
ad3b4030
...
...
@@ -423,6 +423,10 @@ xcoffout_declare_function (file, decl, name)
}
}
/* Any pending .bi or .ei must occur before the .function psuedo op.
Otherwise debuggers will think that the function is in the previous
file and/or at the wrong line number. */
dbxout_source_file
(
file
,
DECL_SOURCE_FILE
(
decl
));
dbxout_symbol
(
decl
,
0
);
fprintf
(
file
,
"
\t
.function .%s,.%s,16,044,FE..%s-.%s
\n
"
,
n
,
n
,
n
,
n
);
}
...
...
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