* ggc.h (ggc_add_root): Document as obsolete.
From-SVN: r55247
This commit is contained in:
parent
49433044e4
commit
ec52b446cc
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-07-04 Geoffrey Keating <geoffk@redhat.com>
|
||||
|
||||
* ggc.h (ggc_add_root): Document as obsolete.
|
||||
|
||||
Thu Jul 4 07:58:01 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
|
||||
|
@ -676,6 +680,7 @@ Mon Jun 24 21:05:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
|||
* doc/tm.texi (Frame Layout): Likewise.
|
||||
|
||||
2002-06-20 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
|
||||
Set float_format to i128.
|
||||
|
||||
|
|
|
@ -29,7 +29,8 @@ extern const char empty_string[]; /* empty string */
|
|||
extern const char digit_vector[]; /* "0" .. "9" */
|
||||
#define digit_string(d) (digit_vector + ((d) * 2))
|
||||
|
||||
/* Manipulate global roots that are needed between calls to gc. */
|
||||
/* Manipulate global roots that are needed between calls to gc.
|
||||
THIS ROUTINE IS OBSOLETE, do not use it for new code. */
|
||||
extern void ggc_add_root PARAMS ((void *base, int nelt,
|
||||
int size, void (*)(void *)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue