Add c++tools
authorNathan Sidwell <nathan@acm.org>
Mon, 14 Dec 2020 17:30:00 +0000 (09:30 -0800)
committerNathan Sidwell <nathan@acm.org>
Tue, 15 Dec 2020 15:41:54 +0000 (07:41 -0800)
commit35fc243fca06b1ce845a605cd1d6fd199a857e8e
treeb6f20f124b37e5b2c94c22ddaf660277c6e6d149
parente831ad4dab9d693885a5654d49e8f219e53eaee1
Add c++tools

Part of our module implementation adds a sample mapper server, the
guts of which are used by the default in-process mapping of cc1plus.
Rather than add another executable to gcc/cp/, this creates a new
c++tools directory where this and any other c++ tools might live.
The toplevel changes are a subsequent commit, because ... git.

c++tools/ChangeLog:

* Makefile.in: New.
* config.h.in: New.
* configure: New.
* configure.ac: New.
* resolver.cc: New.
* resolver.h: New.
* server.cc: New.
c++tools/Makefile.in [new file with mode: 0644]
c++tools/config.h.in [new file with mode: 0644]
c++tools/configure [new file with mode: 0755]
c++tools/configure.ac [new file with mode: 0644]
c++tools/resolver.cc [new file with mode: 0644]
c++tools/resolver.h [new file with mode: 0644]
c++tools/server.cc [new file with mode: 0644]