+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.
* 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.
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 *)));