1. 19 Mar, 2001 10 commits
  2. 18 Mar, 2001 10 commits
  3. 17 Mar, 2001 17 commits
  4. 16 Mar, 2001 3 commits
    • aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od output with a space… · e48cd290
      aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od output with a space instead of deleting it.
      
              * aclocal.m4 (gcc_AC_EXAMINE_OBJECT): Substitute leading od
              output with a space instead of deleting it.
              * configure: Regenerate.
      
      From-SVN: r40565
      Richard Henderson committed
    • libjava.exp (libjava_arguments): Rewrote computation of LD_LIBRARY_PATH. · d19c9689
      	* lib/libjava.exp (libjava_arguments): Rewrote computation of
      	LD_LIBRARY_PATH.  Add gcc build directory if it contains
      	libgcc_s.so.
      
      From-SVN: r40564
      Tom Tromey committed
    • aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which handles the gory… · 2d6eb5bf
      aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which handles the gory details of converting an object file...
      
      	* aclocal.m4 (gcc_AC_EXAMINE_OBJECT): New utility macro which
      	handles the gory details of converting an object file into
      	something that's safe to grep.
      	(gcc_AC_C_COMPILE_BIGENDIAN): Rename to
      	gcc_AC_C_COMPILE_ENDIAN.  Use gcc_AC_EXAMINE_OBJECT.  Put
      	newlines at either end of the string we're looking for.
      	Make 'checking ...' message less stilted.
      	(gcc_AC_C_FLOAT_FORMAT): Use gcc_AC_EXAMINE_OBJECT.  Handle
      	ARM in-memory layout and its hypothetical converse.  Don't
      	define HOST_FLOAT_WORDS_BIG_ENDIAN unless it's different from
      	HOST_WORDS_BIG_ENDIAN.
      
      	* configure.in: Adjust for renamed macro.  Move
      	gcc_AC_C_FLOAT_FORMAT below gcc_AC_C_COMPILE_ENDIAN.
      	* configure, config.in: Regenerate.
      
      From-SVN: r40562
      Zack Weinberg committed