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
6000b42b
Commit
6000b42b
authored
Jun 20, 1999
by
John David Anglin
Committed by
Jeff Law
Jun 20, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init.c (__objc_force_linking): Make global.
� * init.c (__objc_force_linking): Make global. From-SVN: r27638
parent
f2fb2b09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
libobjc/ChangeLog
+4
-0
libobjc/init.c
+5
-5
No files found.
libobjc/ChangeLog
View file @
6000b42b
Mon Jun 21 05:40:15 1999 John David Anglin <dave@hiauly1>
* init.c (__objc_force_linking): Make global.
Thu May 20 03:20:59 1999 Jeffrey A Law (law@cygnus.com)
* configure.in (AC_EXEEXT): Remove call.
...
...
libobjc/init.c
View file @
6000b42b
...
...
@@ -368,16 +368,16 @@ class_is_subclass_of_class (Class class, Class superclass)
superclasses are not yet know to the runtime. */
static
struct
objc_list
*
unresolved_classes
=
0
;
/*
Static
function used to reference the Object and NXConstantString classes.
/*
Extern
function used to reference the Object and NXConstantString classes.
*/
static
void
extern
void
__objc_force_linking
(
void
);
void
__objc_force_linking
(
void
)
{
extern
void
__objc_linking
(
void
);
__objc_linking
();
/* Call the function to avoid compiler warning */
__objc_force_linking
();
}
/* Run through the statics list, removing modules as soon as all its statics
...
...
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