diff options
| author | Sergio Durigan Junior <sergiodj@redhat.com> | 2017-11-16 18:15:33 +0000 |
|---|---|---|
| committer | Jeff Law <law@gcc.gnu.org> | 2017-11-16 11:15:33 -0700 |
| commit | 9d99775c34864d030d97b6a5ea5987616ff37468 (patch) | |
| tree | 2de8be5e2648fec8c4e0080f09145cb6a267409c /libcc1/libcc1.cc | |
| parent | dc03239c2d8607a0f5cdb13a220bcf0c7f8ed7cd (diff) | |
Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h
* Makefile.am: Remove references to c-compiler-name.h and
cp-compiler-name.h
* Makefile.in: Regenerate.
* compiler-name.hh: New file.
* libcc1.cc: Don't include c-compiler-name.h. Include
compiler-name.hh.
* libcp1.cc: Don't include cp-compiler-name.h. Include
compiler-name.hh.
Co-Authored-By: Pedro Alves <palves@redhat.com>
From-SVN: r254838
Diffstat (limited to 'libcc1/libcc1.cc')
| -rw-r--r-- | libcc1/libcc1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcc1/libcc1.cc b/libcc1/libcc1.cc index 0ef6c112dae..1a20dd941a4 100644 --- a/libcc1/libcc1.cc +++ b/libcc1/libcc1.cc @@ -37,7 +37,7 @@ along with GCC; see the file COPYING3. If not see #include "libiberty.h" #include "xregex.h" #include "findcomp.hh" -#include "c-compiler-name.h" +#include "compiler-name.hh" #include "intl.h" struct libcc1; |
