Makefile.in (dbxout.o): Depend on ggc.h.
authorMark Mitchell <mark@codesourcery.com>
Sat, 6 Nov 1999 18:00:18 +0000 (18:00 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 6 Nov 1999 18:00:18 +0000 (18:00 +0000)
commit951a525fefc72be228eb70c7fd1586be9235afab
treec0d4b74c0177a02d70e723b24982d68c7838cffb
parente06981b09a2f0607cb85f692cb8b9fd89a72de32
Makefile.in (dbxout.o): Depend on ggc.h.

* Makefile.in (dbxout.o): Depend on ggc.h.
(dwarf2out.o): Likewise.
(xcoffout.o): Likewise.
* dbxout.c: Include ggc.h.
(dbxout_init): Register lastfile as a root.
* dwarf2out.c: Include ggc.h.
(dwarf2out_line): Register lastfile as a root.
* xcoffout.c: Include ggc.h.
(xcoffout_source_line): Register xcoff_lastfile as a root.

From-SVN: r30433
gcc/ChangeLog
gcc/Makefile.in
gcc/dbxout.c
gcc/dwarf2out.c
gcc/xcoffout.c