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));