]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
* dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files.
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 May 1998 07:11:42 +0000 (07:11 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 May 1998 07:11:42 +0000 (07:11 +0000)
commit744d34415d968f9b829fa0af9468492bd4f370ef
tree9bc66e2c9a48a9be8b799e6cfc6d919be7ece410
parent36a1409df21fa1dab5537de42fbb0b29a925d779
    * dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h:  New files.
        Prototypes for externally used functions in respective C files.
        * dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
        final.c: Include above files.
        * Makefile.in (toplev.o): Add dependency for above four headers.
        (final.o): Likewise.
        (dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
        respective header files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19835 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/dbxout.c
gcc/dbxout.h [new file with mode: 0644]
gcc/dwarf2out.c
gcc/dwarf2out.h [new file with mode: 0644]
gcc/dwarfout.c
gcc/dwarfout.h [new file with mode: 0644]
gcc/final.c
gcc/sdbout.c
gcc/sdbout.h [new file with mode: 0644]
gcc/toplev.c