-
- Downloads
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.
Showing
- c++tools/Makefile.in 125 additions, 0 deletionsc++tools/Makefile.in
- c++tools/config.h.in 43 additions, 0 deletionsc++tools/config.h.in
- c++tools/configure 4840 additions, 0 deletionsc++tools/configure
- c++tools/configure.ac 210 additions, 0 deletionsc++tools/configure.ac
- c++tools/resolver.cc 272 additions, 0 deletionsc++tools/resolver.cc
- c++tools/resolver.h 105 additions, 0 deletionsc++tools/resolver.h
- c++tools/server.cc 976 additions, 0 deletionsc++tools/server.cc
c++tools/Makefile.in
0 → 100644
c++tools/config.h.in
0 → 100644
c++tools/configure
0 → 100755
This diff is collapsed.
c++tools/configure.ac
0 → 100644
c++tools/resolver.cc
0 → 100644
c++tools/resolver.h
0 → 100644
c++tools/server.cc
0 → 100644
This diff is collapsed.
Please register or sign in to comment