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
9d00e777
Commit
9d00e777
authored
May 07, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r931
parent
6dc42e49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/config/m88k/x-dolph
+1
-1
gcc/objc/objc-act.c
+4
-4
No files found.
gcc/config/m88k/x-dolph
View file @
9d00e777
INSTALL = cp
# Green Hills C on Dolphin UNIX System V/88 Release 3.2 Version 3.5/5.60 does
# not provi
e
de alloca.
# not provide alloca.
ALLOCA=alloca.o
gcc/objc/objc-act.c
View file @
9d00e777
...
...
@@ -3318,7 +3318,7 @@ is_public (expr, identifier)
{
if
(
decl
=
is_ivar
(
TYPE_FIELDS
(
basetype
),
identifier
))
{
/* important diffence between the Stepstone translator:
/* important diffe
re
nce between the Stepstone translator:
all instance variables should be public within the context
of the implementation...
...
...
@@ -3961,7 +3961,7 @@ start_method_def (method)
build1
(
INDIRECT_REF
,
NULLT
,
_cmd_id
)));
#endif
/* not OBJC_INT_SELECTORS */
/* generate argument de
l
clarations if a keyword_decl */
/* generate argument declarations if a keyword_decl */
if
(
METHOD_SEL_ARGS
(
method
))
{
tree
arglist
=
METHOD_SEL_ARGS
(
method
);
...
...
@@ -4148,7 +4148,7 @@ really_start_method (method, parmlist)
method_decl
=
build_nt
(
CALL_EXPR
,
method_id
,
parmlist
,
NULLT
);
/* check the de
l
clarator portion of the return type for the method */
/* check the declarator portion of the return type for the method */
if
(
ret_decl
=
TREE_VALUE
(
TREE_TYPE
(
method
)))
{
/*
...
...
@@ -4691,7 +4691,7 @@ gen_declaration (atype_or_adecl, buf)
tree
declspecs
;
/* "identifier_node", "record_type" */
tree
declarator
;
/* "array_ref", "indirect_ref", "call_expr"... */
/* we have a "raw", abstract de
l
clarator (typename) */
/* we have a "raw", abstract declarator (typename) */
declarator
=
TREE_VALUE
(
atype_or_adecl
);
declspecs
=
TREE_PURPOSE
(
atype_or_adecl
);
...
...
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