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
517958ba
Commit
517958ba
authored
May 12, 2003
by
Neil Booth
Committed by
Neil Booth
May 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
From-SVN: r66739
parent
74601584
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/alloc-pool.c
+2
-0
No files found.
gcc/ChangeLog
View file @
517958ba
2003-05-12 Neil Booth <neil@daikokuya.co.uk>
* alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
2003-05-12 Andreas Schwab <schwab@suse.de>
2003-05-12 Andreas Schwab <schwab@suse.de>
* config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
* config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
...
...
gcc/alloc-pool.c
View file @
517958ba
...
@@ -71,8 +71,10 @@ typedef struct allocation_object_def
...
@@ -71,8 +71,10 @@ typedef struct allocation_object_def
#define USER_PTR_FROM_ALLOCATION_OBJECT_PTR(X) \
#define USER_PTR_FROM_ALLOCATION_OBJECT_PTR(X) \
((void *) (((allocation_object *) (X))->u.data))
((void *) (((allocation_object *) (X))->u.data))
#ifdef ENABLE_CHECKING
/* Last used ID. */
/* Last used ID. */
static
ALLOC_POOL_ID_TYPE
last_id
;
static
ALLOC_POOL_ID_TYPE
last_id
;
#endif
/* Create a pool of things of size SIZE, with NUM in each block we
/* Create a pool of things of size SIZE, with NUM in each block we
allocate. */
allocate. */
...
...
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