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
c72f8eec
Commit
c72f8eec
authored
20 years ago
by
Kazu Hirata
Committed by
Kazu Hirata
20 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* objc-act.c: Fix comment typos.
From-SVN: r88426
parent
64beac09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/objc/ChangeLog
+4
-0
gcc/objc/objc-act.c
+4
-4
No files found.
gcc/objc/ChangeLog
View file @
c72f8eec
2004-10-02 Kazu Hirata <kazu@cs.umass.edu>
* objc-act.c: Fix comment typos.
2004-09-24 Ziemowit Laski <zlaski@apple.com>
* objc-act.c (init_objc_symtab, init_module_descriptor,
...
...
This diff is collapsed.
Click to expand it.
gcc/objc/objc-act.c
View file @
c72f8eec
...
...
@@ -1287,7 +1287,7 @@ finish_var_decl (tree var, tree initializer)
TREE_USED
(
var
)
=
1
;
}
/* Find the decl for the constant string class refernce. This is only
/* Find the decl for the constant string class refer
e
nce. This is only
used for the NeXT runtime. */
static
tree
...
...
@@ -3091,7 +3091,7 @@ next_sjlj_build_try_catch_finally (void)
TREE_THIS_VOLATILE
(
rethrow_decl
)
=
1
;
TREE_CHAIN
(
rethrow_decl
)
=
stack_decl
;
/* Build the outermost varible binding level. */
/* Build the outermost vari
a
ble binding level. */
bind
=
build
(
BIND_EXPR
,
void_type_node
,
rethrow_decl
,
NULL
,
NULL
);
SET_EXPR_LOCATION
(
bind
,
cur_try_context
->
try_locus
);
TREE_SIDE_EFFECTS
(
bind
)
=
1
;
...
...
@@ -3863,7 +3863,7 @@ generate_protocol_references (tree plist)
objects). Because, as explained above, the compiler generates as
few Protocol objects as possible, some Protocol object might end up
being referenced multiple times when compiled with the GNU runtime,
and end up being fixed up multiple times at runtime ini
z
ialization.
and end up being fixed up multiple times at runtime ini
t
ialization.
But that doesn't hurt, it's just a little inefficient. */
static
void
...
...
@@ -7348,7 +7348,7 @@ objc_push_parm (tree parm)
objc_parmlist
=
chainon
(
objc_parmlist
,
parm
);
}
/* Retrieve the formal paramter list constructed via preceding calls to
/* Retrieve the formal param
e
ter list constructed via preceding calls to
objc_push_parm(). */
#ifdef OBJCPLUS
...
...
This diff is collapsed.
Click to expand it.
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