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
fb0840fc
Commit
fb0840fc
authored
Feb 07, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-ppoutput.c, var-tracking.c: Fix comment typos.
From-SVN: r77448
parent
468c45a3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/c-ppoutput.c
+1
-1
gcc/var-tracking.c
+3
-3
No files found.
gcc/ChangeLog
View file @
fb0840fc
2004-02-07 Kazu Hirata <kazu@cs.umass.edu>
* c-ppoutput.c, var-tracking.c: Fix comment typos.
2004-02-06 James E Wilson <wilson@specifixinc.com>
* config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
...
...
gcc/c-ppoutput.c
View file @
fb0840fc
...
...
@@ -335,7 +335,7 @@ cb_include (cpp_reader *pfile ATTRIBUTE_UNUSED, fileline line,
}
/* Callback called when -fworking-director and -E to emit working
dire
tory in cpp output file.
*/
dire
ctory in cpp output file.
*/
void
pp_dir_change
(
cpp_reader
*
pfile
ATTRIBUTE_UNUSED
,
const
char
*
dir
)
...
...
gcc/var-tracking.c
View file @
fb0840fc
...
...
@@ -455,7 +455,7 @@ insn_stack_adjust_offset_pre_post (rtx insn, HOST_WIDE_INT *pre,
}
}
/* Compute stack adjust
n
ment in basic block BB. */
/* Compute stack adjustment in basic block BB. */
static
void
bb_stack_adjust_offset
(
basic_block
bb
)
...
...
@@ -522,7 +522,7 @@ vt_stack_adjustments (void)
edge
*
stack
;
int
sp
;
/* Initialize ent
t
ry block. */
/* Initialize entry block. */
VTI
(
ENTRY_BLOCK_PTR
)
->
visited
=
true
;
VTI
(
ENTRY_BLOCK_PTR
)
->
out
.
stack_adjust
=
0
;
...
...
@@ -2451,7 +2451,7 @@ vt_initialize (void)
}
}
/* Add the
n
icro-operations to the array. */
/* Add the
m
icro-operations to the array. */
VTI
(
bb
)
->
mos
=
xmalloc
(
VTI
(
bb
)
->
n_mos
*
sizeof
(
struct
micro_operation_def
));
VTI
(
bb
)
->
n_mos
=
0
;
...
...
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