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
26f1aa5f
Commit
26f1aa5f
authored
Aug 07, 2000
by
Kazu Hirata
Committed by
Jeff Law
Aug 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c: Fix a comment typo.
From-SVN: r35541
parent
720a9d43
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ch/ChangeLog
+4
-0
gcc/ch/decl.c
+1
-1
No files found.
gcc/ch/ChangeLog
View file @
26f1aa5f
2000-08-07 Kazu Hirata <kazu@hxi.com>
* decl.c: Fix a comment typo.
2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
* Make-lang.in (cc1chill): Depend on $(BACKEND), not stamp-objlist.
...
...
gcc/ch/decl.c
View file @
26f1aa5f
...
...
@@ -85,7 +85,7 @@ Boston, MA 02111-1307, USA. */
This must be done before we can Layout a.
The reason this is an issue is that we do *not* have a lookup
(or hash) table per scope (or module). Instead we have a single
global table we
we
keep adding and removing bindings from.
global table we keep adding and removing bindings from.
(This is both for speed, and because of gcc history.)
Note that a SEIZE generates a declaration in the current scope,
...
...
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