summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests/tmoverhd/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2020-09-10 12:29:11 -0500
committerJoel Sherrill <joel@rtems.org>2020-09-11 08:54:16 -0500
commit5959b1e34c6ebd47cc75f4589091a39cdf7a6a57 (patch)
treed179667bf3e36b80d9cfd12691f7ac0b87862756 /testsuites/ada/tmtests/tmoverhd/README
parentscore: Fix _Thread_Initialize() (diff)
downloadrtems-5959b1e34c6ebd47cc75f4589091a39cdf7a6a57.tar.bz2
Remove tmoverhd which existed to produce the obsolete coverhd.h
Closes #4040.
Diffstat (limited to 'testsuites/ada/tmtests/tmoverhd/README')
-rw-r--r--testsuites/ada/tmtests/tmoverhd/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/ada/tmtests/tmoverhd/README b/testsuites/ada/tmtests/tmoverhd/README
deleted file mode 100644
index 4e66647830..0000000000
--- a/testsuites/ada/tmtests/tmoverhd/README
+++ /dev/null
@@ -1,5 +0,0 @@
-This test is of marginal usefulness in testing the bindings. It
-shows how much overhead is required to call the Ada binding
-routine but does not give any indication of how much overhead the
-binding itself adds. This information can be inferred by subtracting
-the C times from Ada times on the same target processor.