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
4c26f0a5
Commit
4c26f0a5
authored
Sep 10, 2010
by
Nicola Pero
Committed by
Nicola Pero
Sep 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libobjc/objc/objc-api.h (objc_trace): Unused variable removed.
From-SVN: r164199
parent
1b0086cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
libobjc/ChangeLog
+4
-0
libobjc/objc/objc-api.h
+12
-16
No files found.
libobjc/ChangeLog
View file @
4c26f0a5
2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com>
2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com>
* objc/objc-api.h (objc_trace): Unused variable removed.
2010-09-10 Nicola Pero <nicola.pero@meta-innovation.com>
* objc/deprecated: New directory.
* objc/deprecated: New directory.
* objc/deprecated/README: New file.
* objc/deprecated/README: New file.
* objc/README: New file.
* objc/README: New file.
...
...
libobjc/objc/objc-api.h
View file @
4c26f0a5
...
@@ -133,10 +133,6 @@ extern objc_error_handler objc_set_error_handler(objc_error_handler func);
...
@@ -133,10 +133,6 @@ extern objc_error_handler objc_set_error_handler(objc_error_handler func);
#define OBJC_ERR_BAD_STATE 40
/* Bad thread state */
#define OBJC_ERR_BAD_STATE 40
/* Bad thread state */
/* Set this variable nonzero to print a line describing each
message that is sent. (this is currently disabled) */
extern
BOOL
objc_trace
;
/* For every class which happens to have statically allocated instances in
/* For every class which happens to have statically allocated instances in
this module, one OBJC_STATIC_INSTANCES is allocated by the compiler.
this module, one OBJC_STATIC_INSTANCES is allocated by the compiler.
...
@@ -186,18 +182,18 @@ typedef struct objc_symtab {
...
@@ -186,18 +182,18 @@ typedef struct objc_symtab {
** That array holds a pointer to each module structure of the executable.
** That array holds a pointer to each module structure of the executable.
*/
*/
typedef
struct
objc_module
{
typedef
struct
objc_module
{
unsigned
long
version
;
/* Compiler revision.
*/
unsigned
long
version
;
/* Version of the Module data structure.
*/
unsigned
long
size
;
/* sizeof(Module). */
unsigned
long
size
;
/* sizeof(Module) according to the compiler -
const
char
*
name
;
/* Name of the file where the
only used to sanity check that it matches
module was generated. The
sizeof(Module) according to the
name includes the path.
*/
runtime.
*/
const
char
*
name
;
/* Name of the file used to compile the
Symtab_t
symtab
;
/* Pointer to the Symtab of
module - not set by modern compilers for
the module. The Symtab
security reasons. */
holds an array of
Symtab_t
symtab
;
/* Pointer to the Symtab of the module. The
pointers to
Symtab holds an array of pointers to the
the classes and categories
classes and categories defined in the
defined in the
module. */
module. */
}
Module
,
*
Module_t
;
}
Module
,
*
Module_t
;
...
...
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