diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-23 06:22:05 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-23 06:22:05 +0000 |
commit | 4059f3f07eeff2836425ec5cbda03d5eb48193c9 (patch) | |
tree | d9f5137d155815ae95eb8edac101fd2d075fbe73 /gcc/loop.c | |
parent | bf3a61b1a684069842c8756ee58d767586dba1cf (diff) | |
download | ppe42-gcc-4059f3f07eeff2836425ec5cbda03d5eb48193c9.tar.gz ppe42-gcc-4059f3f07eeff2836425ec5cbda03d5eb48193c9.zip |
* defaults.h (obstack_chunk_alloc, obstack_chunk_free):
Default definition.
* gcse.c: Don't define obstack_chunk_free.
* collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c,
flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c,
integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c,
reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
Don't define obstack macros.
cp:
* class.c, method.c, pt.c, search.c: Similarly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55665 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index 1b8afd50ddc..595955210cb 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -194,9 +194,6 @@ unsigned int max_reg_before_loop; /* The value to pass to the next call of reg_scan_update. */ static int loop_max_reg; - -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free /* During the analysis of a loop, a chain of `struct movable's is made to record all the movable insns found. |