summaryrefslogtreecommitdiff
path: root/Makefile.direct
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-03-22 00:37:06 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-03-22 00:38:56 +0300
commitc179eecedf07c1ee6d7d71b2841021bbfb522601 (patch)
treecc7e39403199d46102de0a40fcedcb4a615012af /Makefile.direct
parentded6139769d21e6d19d30a0ec21b06e0058ffd10 (diff)
downloadbdwgc-c179eecedf07c1ee6d7d71b2841021bbfb522601.tar.gz
Remove lint-specific code
Note: cppcheck and CSA replace lint tool. * Makefile.direct (lint): Remove. * dyn_load.c [SOLARISDL && !USE_PROC_FOR_LIBRARIES && LINT] (_DYNAMIC): Remove. * dyn_load.c [IRIX5 || (USE_PROC_FOR_LIBRARIES && !LINUX)] (GC_register_dynamic_libraries): Remove comment about a false warning reported by lint. * mach_dep.c [ASM_CLEAR_CODE && LINT] (GC_clear_stack_inner): Remove. * tests/test.c (typed_test): Call GC_make_descriptor unconditionally. * tests/test.c (run_one_test): Set y to fail_proc1 unconditionally. * tests/test.c (main): Do not check whether LINT is defined.
Diffstat (limited to 'Makefile.direct')
-rw-r--r--Makefile.direct3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.direct b/Makefile.direct
index ef736e7d..57852903 100644
--- a/Makefile.direct
+++ b/Makefile.direct
@@ -433,9 +433,6 @@ gc.tar.Z: gc.tar
gc.tar.gz: gc.tar
gzip gc.tar
-lint: $(CSRCS) tests/test.c
- lint -DLINT $(CSRCS) tests/test.c | egrep -v "possible pointer alignment problem|abort|exit|sbrk|mprotect|syscall|change in ANSI|improper alignment"
-
# BTL: added to test shared library version of collector.
# Currently works only under SunOS5. Requires GC_INIT call from statically
# loaded client code.