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
ef6748cb
Commit
ef6748cb
authored
Sep 24, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Sep 24, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (rest_of_decl_compilation): Update comment.
From-SVN: r29651
parent
f39ee884
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
gcc/ChangeLog
+4
-0
gcc/toplev.c
+5
-3
No files found.
gcc/ChangeLog
View file @
ef6748cb
Fri
Sep
24
01
:
10
:
11
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
toplev
.
c
(
rest_of_decl_compilation
)
:
Update
comment
.
Fri
Sep
24
11
:
57
:
06
1999
Geoffrey
Keating
<
geoffk
@cygnus
.
com
>
Fri
Sep
24
11
:
57
:
06
1999
Geoffrey
Keating
<
geoffk
@cygnus
.
com
>
*
config
/
mips
/
elf
.
h
(
ASM_OUTPUT_ALIGNED_BSS
)
:
Put
the
symbol
*
config
/
mips
/
elf
.
h
(
ASM_OUTPUT_ALIGNED_BSS
)
:
Put
the
symbol
...
...
gcc/toplev.c
View file @
ef6748cb
...
@@ -3406,9 +3406,11 @@ compile_file (name)
...
@@ -3406,9 +3406,11 @@ compile_file (name)
/* This is called from various places for FUNCTION_DECL, VAR_DECL,
/* This is called from various places for FUNCTION_DECL, VAR_DECL,
and TYPE_DECL nodes.
and TYPE_DECL nodes.
This does nothing for local (non-static) variables.
This does nothing for local (non-static) variables, unless the
Otherwise, it sets up the RTL and outputs any assembler code
variable is a register variable with an ASMSPEC. In that case, or
(label definition, storage allocation and initialization).
if the variable is not an automatice, it sets up the RTL and
outputs any assembler code (label definition, storage allocation
and initialization).
DECL is the declaration. If ASMSPEC is nonzero, it specifies
DECL is the declaration. If ASMSPEC is nonzero, it specifies
the assembler symbol name to be used. TOP_LEVEL is nonzero
the assembler symbol name to be used. TOP_LEVEL is nonzero
...
...
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