]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
Move diagnostic_show_locus and friends out into a new source file
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Sep 2015 18:27:44 +0000 (18:27 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Sep 2015 18:27:44 +0000 (18:27 +0000)
commitfee30e0544efe7907241ffccff99aa0cc894fb01
tree8eca66b6e10f1f96b3d49a6713fb5c38b0ba88f4
parenta04fb174ac614bd808cf14185e82d3011fd948da
Move diagnostic_show_locus and friends out into a new source file

gcc/ChangeLog:
* Makefile.in (OBJS-libcommon): Add diagnostic-show-locus.o.
* diagnostic.c (adjust_line): Move to diagnostic-show-locus.c.
(diagnostic_show_locus): Likewise.
(diagnostic_print_caret_line): Likewise.
* diagnostic-show-locus.c: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227915 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/diagnostic-show-locus.c [new file with mode: 0644]
gcc/diagnostic.c