diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2017-01-31 01:01:32 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2017-01-31 01:01:32 +0000 |
commit | 9f92b93b7b94f128c6b600bc360ec643bcfa9067 (patch) | |
tree | 2146d46489d4367ebaf24cfb5882484cc073ac48 /libcc1/ChangeLog | |
parent | 5d1b2443237a407785f84be09909f93abdcfec48 (diff) | |
download | gcc-9f92b93b7b94f128c6b600bc360ec643bcfa9067.tar.gz |
libcc1: return absolute filename from make search_dir
for libcc1/ChangeLog
* findcomp.cc: Include system.h.
(search_dir): Return absolute filename.
From-SVN: r245050
Diffstat (limited to 'libcc1/ChangeLog')
-rw-r--r-- | libcc1/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index ef1577b2d29..9a943148a3b 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,5 +1,8 @@ 2017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com> + * findcomp.cc: Include system.h. + (search_dir): Return absolute filename. + * libcc1.cc (libcc1): Add class compiler with field compilerp, class compiler_triplet_regexp and class compiler_driver_filename. |