From: Alexandre Oliva Date: Wed, 8 Sep 1999 07:52:57 +0000 (+0000) Subject: rtl.h (obstack_alloc_rtx): Removed, it's now static in genrtl.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=898458348547ead27183dbecb75a3bf6713d0074;p=gcc.git rtl.h (obstack_alloc_rtx): Removed, it's now static in genrtl.c. * rtl.h (obstack_alloc_rtx): Removed, it's now static in genrtl.c. From-SVN: r29198 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 20961d73965..fe68be0b964 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 8 04:44:09 1999 Alexandre Oliva + + * rtl.h (obstack_alloc_rtx): Removed, it's now static in + genrtl.c. + Wed Sep 8 00:33:43 1999 Alasdair Baird * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG. diff --git a/gcc/rtl.h b/gcc/rtl.h index 6d90fe70cb5..14291b4a3a4 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -976,7 +976,6 @@ extern rtx read_rtx PROTO((FILE *)); extern char *oballoc PROTO((int)); extern char *permalloc PROTO((int)); extern rtx rtx_alloc PROTO((RTX_CODE)); -extern rtx obstack_alloc_rtx PROTO((int)); extern rtvec rtvec_alloc PROTO((int)); extern rtx copy_rtx PROTO((rtx)); extern rtx copy_rtx_if_shared PROTO((rtx));