summaryrefslogtreecommitdiff
path: root/gdb/contrib
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2013-02-14 21:08:32 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2013-02-14 21:08:32 +0000
commit91319f4d869ddd25c6ef63bf8f6d0d195d47fec9 (patch)
tree4bb03c74c6a4787eda80ebd3913efd8bcb9e4fd2 /gdb/contrib
parent7d91c2cb6fe2e9b9e34dd2b233c16b3d3dd787ad (diff)
downloadgdb-91319f4d869ddd25c6ef63bf8f6d0d195d47fec9.tar.gz
* contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
Diffstat (limited to 'gdb/contrib')
-rw-r--r--gdb/contrib/ari/gdb_ari.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/contrib/ari/gdb_ari.sh b/gdb/contrib/ari/gdb_ari.sh
index 7e146e8a821..d5e2a97222b 100644
--- a/gdb/contrib/ari/gdb_ari.sh
+++ b/gdb/contrib/ari/gdb_ari.sh
@@ -257,21 +257,6 @@ BEGIN {
# Things in comments
-BEGIN { doc["GNU/Linux"] = "\
-Do not use `Linux'\'', instead use `Linux kernel'\'' or `GNU/Linux system'\'';\
- comments should clearly differentiate between the two (this test assumes that\
- word `Linux'\'' appears on the same line as the word `GNU'\'' or `kernel'\''\
- or a kernel version"
- category["GNU/Linux"] = ari_comment
-}
-/(^|[^_[:alnum:]])Linux([^_[:alnum:]]|$)/ \
-&& !/(^|[^_[:alnum:]])Linux\[sic\]([^_[:alnum:]]|$)/ \
-&& !/(^|[^_[:alnum:]])GNU\/Linux([^_[:alnum:]]|$)/ \
-&& !/(^|[^_[:alnum:]])Linux kernel([^_[:alnum:]]|$)/ \
-&& !/(^|[^_[:alnum:]])Linux [[:digit:]]\.[[:digit:]]+)/ {
- fail("GNU/Linux")
-}
-
BEGIN { doc["ARGSUSED"] = "\
Do not use ARGSUSED, unnecessary"
category["ARGSUSED"] = ari_regression