]> git.ipfire.org Git - thirdparty/gcc.git/commit
input.c: New file.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 27 May 2010 11:33:27 +0000 (12:33 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 27 May 2010 11:33:27 +0000 (12:33 +0100)
commit447924ef3b084b400c2e1586d5fa404d625d6407
treebfed6bb6e112c74d201870514c06a78bd243ee61
parent62116e601b614aafe9a7453b26b43d1cfa1d0f8d
input.c: New file.

* input.c: New file.
* input.h (main_input_filename): Move declaration to toplev.h.
* toplev.c (input_location, line_table): Move to input.c
* toplev.h (main_input_filename): Move declaration from input.h.
* tree.c (expand_location): Move to input.c.
* Makefile.in (OBJS-common): Add input.o.
(input.o): Add dependencies.

From-SVN: r159914
gcc/ChangeLog
gcc/Makefile.in
gcc/input.c [new file with mode: 0644]
gcc/input.h
gcc/toplev.c
gcc/toplev.h
gcc/tree.c