diff --git a/ChangeLog b/ChangeLog index 7018358..434d8a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-19 Fumitoshi UKAI + + * gc/.cvsignore: + remove gctest, if_mach, if_not_there, threadlibs + closes: #482765 i386 binaries in gc directory + 2001-11-17 Fumitoshi UKAI * configure: follow autoconf conventions diff --git a/gc/.cvsignore b/gc/.cvsignore new file mode 100644 index 0000000..290af1d --- /dev/null +++ b/gc/.cvsignore @@ -0,0 +1,4 @@ +gctest +if_mach +if_not_there +threadlibs diff --git a/gc/gctest b/gc/gctest deleted file mode 100755 index 616233b..0000000 Binary files a/gc/gctest and /dev/null differ diff --git a/gc/if_mach b/gc/if_mach deleted file mode 100755 index 94a6279..0000000 Binary files a/gc/if_mach and /dev/null differ diff --git a/gc/if_not_there b/gc/if_not_there deleted file mode 100755 index e424da1..0000000 Binary files a/gc/if_not_there and /dev/null differ diff --git a/gc/threadlibs b/gc/threadlibs deleted file mode 100755 index a52939f..0000000 Binary files a/gc/threadlibs and /dev/null differ