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
26a13c2b
Commit
26a13c2b
authored
Feb 28, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Feb 28, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
From-SVN: r32243
parent
475f26dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/xcoffout.c
+1
-1
No files found.
gcc/ChangeLog
View file @
26a13c2b
2000
-
02
-
28
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
xcoffout
.
c
(
xcoffout_begin_function
)
:
Fix
typo
in
previous
change
.
2000
-
02
-
28
Zack
Weinberg
<
zack
@wolery
.
cumb
.
org
>
*
tm
.
texi
:
Document
new
target
switch
,
NO_BUILTIN_WCHAR_TYPE
.
...
...
gcc/xcoffout.c
View file @
26a13c2b
...
...
@@ -507,7 +507,7 @@ xcoffout_begin_function (file, last_linenum)
in sdbout_begin_block, but there is no guarantee that there will be any
inner block 1, so we must do it here. This gives a result similar to
dbxout, so it does make some sense. */
do_block
=
BLOCK_NUMBER
(
DECL_INITIAL
(
decl
));
do_block
=
BLOCK_NUMBER
(
DECL_INITIAL
(
current_function_
decl
));
xcoffout_block
(
DECL_INITIAL
(
current_function_decl
),
0
,
DECL_ARGUMENTS
(
current_function_decl
));
...
...
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