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
081be30b
Commit
081be30b
authored
Jul 18, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(synth_module_prologue): Call layout_type for the array
type used for _OBJC_SELECTOR_TABLE. From-SVN: r4932
parent
46dbb914
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/objc/objc-act.c
+3
-1
No files found.
gcc/objc/objc-act.c
View file @
081be30b
...
@@ -1082,9 +1082,11 @@ synth_module_prologue ()
...
@@ -1082,9 +1082,11 @@ synth_module_prologue ()
/* static SEL _OBJC_SELECTOR_TABLE[]; */
/* static SEL _OBJC_SELECTOR_TABLE[]; */
temp_type
=
build_array_type
(
selector_type
,
NULLT
);
layout_type
(
temp_type
);
if
(
!
flag_next_runtime
)
if
(
!
flag_next_runtime
)
UOBJC_SELECTOR_TABLE_decl
UOBJC_SELECTOR_TABLE_decl
=
create_builtin_decl
(
VAR_DECL
,
build_array_type
(
selector_type
,
NULLT
)
,
=
create_builtin_decl
(
VAR_DECL
,
temp_type
,
"_OBJC_SELECTOR_TABLE"
);
"_OBJC_SELECTOR_TABLE"
);
generate_forward_declaration_to_string_table
();
generate_forward_declaration_to_string_table
();
...
...
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