projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802415d
)
* cfg.c (rbi_pool): Make it static.
author
Kazu Hirata
<kazu@cs.umass.edu>
Tue, 8 Mar 2005 16:17:05 +0000
(16:17 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Tue, 8 Mar 2005 16:17:05 +0000
(16:17 +0000)
From-SVN: r96109
gcc/ChangeLog
patch
|
blob
|
history
gcc/cfg.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index c156568dee5fb54d63410312fd9a5c8a88bff994..2810628d520772f018d03cbcf4b55c5ca639e38f 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-3,6
+3,8
@@
* c-typeck.c (constructor_stack, constructor_range_stack,
initializer_stack): Make them static.
+ * cfg.c (rbi_pool): Make it static.
+
2005-03-08 Julian Brown <julian@codesourcery.com>
* config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
diff --git
a/gcc/cfg.c
b/gcc/cfg.c
index d180f3e8907e2c636be83796379599a5ce4a0135..c4f06642a8ad0e3772fc1b022f09c7cdfc184b81 100644
(file)
--- a/
gcc/cfg.c
+++ b/
gcc/cfg.c
@@
-88,7
+88,7
@@
varray_type basic_block_info;
basic_block ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR;
/* Memory alloc pool for bb member rbi. */
-alloc_pool rbi_pool;
+
static
alloc_pool rbi_pool;
void debug_flow_info (void);
static void free_edge (edge);