1. 05 Sep, 2002 5 commits
  2. 04 Sep, 2002 30 commits
  3. 03 Sep, 2002 5 commits
    • install.texi: Fix typos, formatting problems, and obvious overfull/underfull boxes. · 8c085f6f
      2002-09-03  Janis Johnson  <janis187@us.ibm.com>
      
      	* doc/install.texi: Fix typos, formatting problems, and obvious
      	overfull/underfull boxes.
      
      From-SVN: r56777
      Janis Johnson committed
    • Makefile.in (TEXI_GCC_FILES): Add compat.texi. · 7c19f816
      2002-09-03  Janis Johnson  <janis187@us.ibm.com>
      
      	* Makefile.in (TEXI_GCC_FILES): Add compat.texi.
      	* doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
      	include its file, compat.texi.
      	* doc/compat.texi: New file with new chapter, Binary Compatibility.
      
      From-SVN: r56774
      Janis Johnson committed
    • Debian BTS Bug # · 79ba5e3b
      	Debian BTS Bug #
      	* cpphash.h (FIRST, LAST, CUR, RLIMIT): Fix definitions.
      	* cpplib.c (destringize_and_run): Kludge around getting
      	tokens from in-progress macros.
      	(_cpp_do__Pragma): Simplify.
      testsuite:
      	* gcc.dg/cpp/_Pragma4.c: New test.
      
      From-SVN: r56773
      Neil Booth committed
    • Class.h (_getDeclaredMethod): Declare. · f4701961
      	* java/lang/Class.h (_getDeclaredMethod): Declare.
      	(_getMethod): Now private.
      	* java/lang/natClass.cc (_getDeclaredMethod): Renamed from
      	getDeclaredMethod.  Now returns NULL on failure.
      	* java/lang/Class.java (_getDeclaredMethod): Declare.
      	(getDeclaredMethod): No longer native; implements access checks.
      
      From-SVN: r56772
      Tom Tromey committed
    • ia64.h (EXTRA_SPECS): Remove cpp_cpu. · 57016b47
      	* config/ia64/ia64.h (EXTRA_SPECS): Remove cpp_cpu.
      	(CPP_CPU_SPEC): Remove.
      	(TARGET_CPU_CPP_BUILTINS): New.
      	* config/ia64/hpux.h (CPP_PREDEFINES): Remove.
      	(CPP_SPEC): Remove.
      	(TARGET_OS_CPP_BUILTINS): New.
      	* config/ia64/linux.h (CPP_PREDEFINES): Remove.
      	(TARGET_OS_CPP_BUILTINS): New.
      	* config/ia64/aix.h (CPP_SPEC): Move some stuff to
      	TARGET_OS_CPP_BUILTINS.
      	(CPP_PREDEFINES): Remove.
      	(CPLUSPLUS_CPP_SPEC): Remove.
      	(TARGET_OS_CPP_BUILTINS): New.
      
      From-SVN: r56771
      Steve Ellcey committed