diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-06 07:02:40 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-06 07:02:40 +0000 |
commit | e3e9ca2e459fafa56be410a34e87f83de0ed28d6 (patch) | |
tree | 4075cbb1761b2b9cff95d6df2f203930464ec4bf /gcc/melt-build-script.def | |
parent | e25d1fc35a18346468be21a15a99c8268d33a80b (diff) | |
download | gcc-e3e9ca2e459fafa56be410a34e87f83de0ed28d6.tar.gz |
[gcc/]
2014-09-06 Basile Starynkevitch <basile@starynkevitch.net>
{{Removing the probe}}
* melt-runtime.h (melt_default_probe, melt_wait_for_probe)
(melt_probe_stop, melt_probe_start)
(melt_send_command_strbuf_to_probe): Remove declarations.
(melt_wait_for_probe): Provide a temporary workaround static
inline function.
* melt-runtime.cc: Don't include wordexp.h
(melt_probe_pid, melt_probe_reqfrom_fd, melt_probe_cmdto_fd)
(melt_wait_for_probe, melt_probe_start, melt_probe_stop)
(melt_send_command_strbuf_to_probe): Remove.
(melt_really_initialize): Don't print MELTGCCBUILTIN_PROBE.
* melt-build-script.def: Remove xtramelt-probe.
* melt-build-script.sh: Regenerate.
* melt/warmelt-hooks.melt
* melt/xtramelt-probe.melt: Moved to obsolete-melt/
* obsolete-melt/xtramelt-probe.melt: Moved from above.
[contrib/]
2014-09-06 Basile Starynkevitch <basile@starynkevitch.net>
* MELT-Plugin-Makefile: Remove mention of probe.
* simplemelt-gtkmm-probe.cc: Remove file.
* simplemelt-pyqt4-probe.py: Remove file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@214985 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/melt-build-script.def')
-rw-r--r-- | gcc/melt-build-script.def | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/melt-build-script.def b/gcc/melt-build-script.def index 918bbf6ed7c..09befdc29d0 100644 --- a/gcc/melt-build-script.def +++ b/gcc/melt-build-script.def @@ -114,11 +114,6 @@ melt_library_file = { // Each extra file is an independent example melt_extra_file = { - base = "xtramelt-probe"; - varsuf = PROBE; -}; - -melt_extra_file = { base = "xtramelt-ana-simple"; varsuf = ANA_SIMPLE; }; |