Commit ec52b446 by Geoffrey Keating Committed by Geoffrey Keating

* ggc.h (ggc_add_root): Document as obsolete.

From-SVN: r55247
parent 49433044
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> 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. * 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> ...@@ -676,6 +680,7 @@ Mon Jun 24 21:05:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
* doc/tm.texi (Frame Layout): Likewise. * doc/tm.texi (Frame Layout): Likewise.
2002-06-20 Steve Ellcey <sje@cup.hp.com> 2002-06-20 Steve Ellcey <sje@cup.hp.com>
* gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no. * gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
Set float_format to i128. Set float_format to i128.
......
...@@ -29,7 +29,8 @@ extern const char empty_string[]; /* empty string */ ...@@ -29,7 +29,8 @@ extern const char empty_string[]; /* empty string */
extern const char digit_vector[]; /* "0" .. "9" */ extern const char digit_vector[]; /* "0" .. "9" */
#define digit_string(d) (digit_vector + ((d) * 2)) #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, extern void ggc_add_root PARAMS ((void *base, int nelt,
int size, void (*)(void *))); int size, void (*)(void *)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment