comparison libcc1/libcp1.cc @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* The library used by gdb. 1 /* The library used by gdb.
2 Copyright (C) 2014-2017 Free Software Foundation, Inc. 2 Copyright (C) 2014-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
35 #include "names.hh" 35 #include "names.hh"
36 #include "callbacks.hh" 36 #include "callbacks.hh"
37 #include "libiberty.h" 37 #include "libiberty.h"
38 #include "xregex.h" 38 #include "xregex.h"
39 #include "findcomp.hh" 39 #include "findcomp.hh"
40 #include "cp-compiler-name.h" 40 #include "compiler-name.hh"
41 #include "intl.h" 41 #include "intl.h"
42 42
43 struct libcp1; 43 struct libcp1;
44 44
45 class libcp1_connection; 45 class libcp1_connection;