aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-27input.c: New file.Joseph Myers1-0/+53
* 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