Wed Dec  5 16:48:42 2001  Ben Pfaff  <blp@gnu.org>

	* checker.c (global array always_added_args[]) New variable, a set
	of options added to every compiler invocation before the
	compiler-specific flags.  Currently used only for passing
	`-D__NO_MATH_INLINES' needed by glibc.
	(compile) Add always_added_args[] to all compiler invocation.

2000-04-16  Tristan Gingold  <gingold@gnu.org>

	* checker.c (compile): flags argument added.
	Can add stdc++ library.

2000-04-09  Tristan Gingold  <gingold@gnu.org>

	* checker.c: Can use g77 to compile.

Thu Jul 15 10:54:55 1999  Ben Pfaff  <blp@gnu.org>

	* checker.c: (compile) When checking for -l on gcc command line,
	don't gratuitously skip adjacent libraries.
	(read_available_stubs) Allocate enough memory for available_libs[]
	entries.

1998-08-24  Tristan Gingold  <gingold@gnu.org>

	* checker.c : use config.h.

Fri Aug  7 17:22:21 1998  Tristan Gingold  <gingold@suroit.enst.fr>

	* checker.c (gen_compile): new function to handle --compile=prg.
	Now use the same compiler used to build the libraries.

1998-08-05  Tristan Gingold  <gingold@gnu.org>

	* checker.c (compile): add chkr_gcc2.

1998-07-24  Tristan Gingold  <gingold@gnu.org>

	* checker.c : add stubs libraries.
	(disp_libs): new function to disp all the stubs libraries.

1998-07-21  Tristan Gingold  <gingold@gnu.org>

	* checker.c (expand_path): new function.  Can select the library
	directory.

1998-06-27  Tristan Gingold  <gingold@gnu.org>

	* checker.c : use HAVE_BFD_H instead of HAVE_BFD.

