1. 14 May, 2001 6 commits
    • rtl.texi (CALL_INSN_FUNCTION_USAGE): Note that (and when) it may contain MEMs. · c78df6e1
      * rtl.texi (CALL_INSN_FUNCTION_USAGE): Note that (and when) it may
      contain MEMs.  Remove useless distinction about clobbering
      registers.
      
      From-SVN: r42060
      Alexandre Oliva committed
    • rs6000.h (EXCEPTION_SECTION): Move to... · e44713f7
      	* config/rs6000/rs6000.h (EXCEPTION_SECTION): Move to...
      	* config/rs6000/aix.h (EXCEPTION_SECTION): ... here.
      	* config/rs6000/sysv4.h (CONST_SECTION_ASM_OP): Delete.
      	(ASM_PREFERRED_EH_DATA_FORMAT): Define.
      	(EXCEPTION_SECTION): Define.
      
      From-SVN: r42058
      Geoffrey Keating committed
    • libgcc2.c, libgcc2.h: Restore __eprintf. · 3fe68d0a
      	* libgcc2.c, libgcc2.h: Restore __eprintf.  Label as used for
      	binary backward compat only.
      	* Makefile.in (LIB2FUNCS_ST): New.  Put _eprintf here, not
      	in LIB2FUNCS.  Pass it to mklibgcc.
      	* mklibgcc.in: Handle LIB2FUNCS_ST.
      
      	* Makefile.in (installdirs): Don't create $(gcc_tooldir).
      
      From-SVN: r42057
      Zack Weinberg committed
    • g++.exp: Use testsuite_flags. · 8b9df536
      
      2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* lib/g++.exp: Use testsuite_flags.
      
      From-SVN: r42056
      Benjamin Kosnik committed
    • Switch over to new harness. · c6192d88
      
      2001-05-13   Benjamin Kosnik  <bkoz@redhat.com>
      
      	Switch over to new harness.
      	* testsuite_flags.in: Tweaks via Gaby.
      	* testsuite/Makefile.am: Change tool to libstdc++-v3.
      	(EXPECT): Quote directly.
      	(RUNTEST): Same.
      	* configure.in: Output testsuite_flags.
      	* acinclude.m4: Substitute src, bld, and prefix dirs.
      	Remove glibcpp_expect, glibcpp_runtestflags.
      	* Makefile.am (RUNTESTFLAGS): Pass this down to subdirs.
      	* mkcheck.in: Port to new interface.
      
      	* aclocal.m4: Regerate.
      	* configure: Regnerate.
      	* Makefile.in: Regnerate.
      	* */Makefile.in: Regenerate.
      
      	* tests_flags.in: Remove.
      	* testsuite/lib/libstdc++.exp: Remove.
      	* testsuite/libstdc++.tests/tests.exp: Remove.
      
      From-SVN: r42055
      Benjamin Kosnik committed
    • Switch over to new harness. · 602928d1
      
      2001-05-13   Benjamin Kosnik  <bkoz@redhat.com>
      
      	Switch over to new harness.
      	* testsuite_flags.in: Tweaks via Gaby.
      	* testsuite/Makefile.am: Change tool to libstdc++-v3.
      	(EXPECT): Quote directly.
      	(RUNTEST): Same.
      	* configure.in: Output testsuite_flags.
      	* acinclude.m4: Substitute src, bld, and prefix dirs.
      	Remove glibcpp_expect, glibcpp_runtestflags.
      	* Makefile.am (RUNTESTFLAGS): Pass this down to subdirs.
      	* mkcheck.in: Port to new interface.
      
      	* aclocal.m4: Regerate.
      	* configure: Regnerate.
      	* Makefile.in: Regnerate.
      	* */Makefile.in: Regenerate.
      
      	* tests_flags.in: Remove.
      	* testsuite/lib/libstdc++.exp: Remove.
      
      From-SVN: r42054
      Benjamin Kosnik committed
  2. 13 May, 2001 14 commits
  3. 12 May, 2001 18 commits
  4. 11 May, 2001 2 commits
    • c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_charconst... · c8a96070
      	* c-lex.c (lex_charconst): Convert into a simple wrapper
      	around cpp_interpret_charconst, to which most of the code
      	body is moved.
      	* cppexp.c (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE,
      	MAX_LONG_TYPE_SIZE, MAX_INT_TYPE_SIZE, MAX_CHAR_TYPE_MASK,
      	MAX_WCHAR_TYPE_MASK, parse_escape, parse_charconst): Remove.
      	(lex): Use cpp_interpret_charconst.
      	* cpplex.c (parse_escape, read_ucs, cpp_interpret_charconst,
      	hex_digit_value): New functions.
      	(MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): New macros.
      	* cpplib.h (cpp_interpret_charconst): New prototype.
      	* Makefile.in: Update.
      
      From-SVN: r41978
      Neil Booth committed
    • install.texi: New file. · f42974dc
      	* doc/install.texi: New file. Converted to texinfo from the HTML
      	documentation in wwwdocs/htdocs/install.
      
      From-SVN: r41977
      Dean Wakerley committed