]> gcc.gnu.org Git - gcc.git/commit - gcc/scan.c
Makefile.in (stor-layout.o): Depend on ggc.h.
authorRichard Henderson <rth@cygnus.com>
Sun, 5 Sep 1999 03:49:52 +0000 (20:49 -0700)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 5 Sep 1999 03:49:52 +0000 (03:49 +0000)
commitd7db66465081020447daa7e7feec774440d00f96
tree2c396fe4710d0e39b742d734bf2a7abf16783c92
parentb224278904bb35e3aa54856b124e53fd3c0b3065
Makefile.in (stor-layout.o): Depend on ggc.h.

* Makefile.in (stor-layout.o): Depend on ggc.h.
(expr.o): Depend on ggc.h.
(profile.o): Depend on ggc.h.
(stor-layout.o): Depend on ggc.h.
* emit-rtl.c (init_emit_once): Add gc roots.
* expr.c: Include ggc.h.
(emit_block_move): Add gc roots.
(clear_storage): Likewise.
* expr.h (init_stor_layout_once): New function.
* profile.c: Include ggc.h.
(init_arc_profiler): profiler_label is a root.
* scan.c (make_sstring_space): Trust xrealloc to function
correctly with first parameter NULL.
* stor-layout.c: Include ggc.h.
(set_sizetype): Add gc root.
(init_stor_layout_once): New function.
* toplev.c (compile_file): Call it.

Co-Authored-By: Bernd Schmidt <bernds@cygnus.co.uk>
Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
From-SVN: r29122
gcc/ChangeLog
gcc/Makefile.in
gcc/emit-rtl.c
gcc/expr.c
gcc/expr.h
gcc/profile.c
gcc/scan.c
gcc/stor-layout.c
gcc/toplev.c
This page took 0.05858 seconds and 5 git commands to generate.