lto-object.c: New file.
authorIan Lance Taylor <iant@google.com>
Tue, 2 Nov 2010 14:48:34 +0000 (14:48 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 2 Nov 2010 14:48:34 +0000 (14:48 +0000)
commit6b3456d1ff836cfc40033b9b238c5dcd9b18d9cb
tree87d5de3939e75d56c2757de45586be08850b3046
parent1cfabf34d83637a5e9ffa11dc38379d017738cf7
lto-object.c: New file.

* lto-object.c: New file.
* lto-elf.c: Remove file.
* lto-macho.c: Remove file.
* lto-macho.h: Remove file.
* lto-coff.c: Remove file.
* lto-coff.h: Remove file.
* Make-lang.in (LTO_OBJS): Change lto/$(LTO_BINARY_READER).o to
lto/lto-object.o.
($(LTO_EXE)): Remove $(LTO_USE_LIBELF)
(lto/lto-objfile.o): New target.
(lto/lto-elf.o, lto/lto-coff.o, lto/lto-macho.o): Remove targets.
(lto/lto.o): Remove $(LIBIBERTY_H).

From-SVN: r166187
gcc/lto/ChangeLog
gcc/lto/Make-lang.in
gcc/lto/lto-coff.c [deleted file]
gcc/lto/lto-coff.h [deleted file]
gcc/lto/lto-elf.c [deleted file]
gcc/lto/lto-macho.c [deleted file]
gcc/lto/lto-macho.h [deleted file]
gcc/lto/lto-object.c [new file with mode: 0644]