1. 19 Mar, 2001 7 commits
  2. 18 Mar, 2001 10 commits
  3. 17 Mar, 2001 17 commits
  4. 16 Mar, 2001 6 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
    • Makefile.in: Set SHELL. · d577781c
      
      	* fixinc/Makefile.in: Set SHELL.
      
              * fixinc/fixincl.c (fix_with_system): Quote file names before
              passing them to shell.
      
              * Makefile.in: Use fix-header$(build_exeext) instead
              of fix-header.
      
      From-SVN: r40561
      Laurynas Biveinis committed
    • dwarf2asm.c (dw2_asm_output_data): Mask data to the output size. · da6af203
              * dwarf2asm.c (dw2_asm_output_data): Mask data to the output size.
              (dw2_asm_output_data_uleb128): Use space not tab after .uleb128.
              (dw2_asm_output_delta_uleb128): Likewise.
              (dw2_asm_output_delta_sleb128): Similarly.
              (dw2_asm_output_data_sleb128): Similarly.  Print number in decimal.
      
      From-SVN: r40560
      Richard Henderson committed
    • dwarf2out.c: Revert most of 2000-11-25 and 2001-01-24 changes. · 981975b6
              * dwarf2out.c: Revert most of 2000-11-25 and 2001-01-24 changes.
              (LN_PROLOG_AS_LABEL, LN_PROLOG_END_LABEL): New.
              (size_of_line_prolog): Remove.
              (output_line_info): Compute prologue size via label difference.
              (lookup_filename): Return "unspecified" for <internal> and <built-in>.
      
              * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Require that the
              assembler error when redefining file numbers.
              * config.in, configure: Rebuild.
      
      From-SVN: r40559
      Richard Henderson committed