1. 20 Nov, 2001 10 commits
  2. 19 Nov, 2001 26 commits
  3. 18 Nov, 2001 4 commits
    • verify.cc: Include StringBuffer.h. · 60440707
      	* verify.cc: Include StringBuffer.h.
      	(verify_fail): Added pc argument.  Use StringBuffer to construct
      	exception message.
      	(_Jv_BytecodeVerifier::verify_instructions_0): Put PC into error
      	message.
      	(_Jv_BytecodeVerifier::check_return_type): Likewise.
      	(_Jv_BytecodeVerifier::handle_field_or_method): Likewise.
      	(_Jv_BytecodeVerifier::check_constant): Likewise.
      	(_Jv_BytecodeVerifier::check_class_constant): Likewise.
      	(_Jv_BytecodeVerifier::check_pool_index): Likewise.
      	(_Jv_BytecodeVerifier::get_variable): Likewise.
      	(_Jv_BytecodeVerifier::branch_prepass): Likewise.  Also, correctly
      	check exception handler endpoint.
      	(_Jv_BytecodeVerifier::verify_instructions_0): Correctly handle
      	wide arguments to current method.
      	(_Jv_BytecodeVerifier::check_wide_constant): New method.
      	(_Jv_BytecodeVerifier::verify_instructions_0) [op_ldc2_w]: Use
      	it.
      
      From-SVN: r47155
      Tom Tromey committed
    • re PR bootstrap/4020 (Shell script syntax errors in gcc make files) · 20266bb1
      2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
      
      	PR bootstrap/4020
      	* mklibgcc.in: Add missing semi-colons.
      	* Makefile.in: Same.
      
      From-SVN: r47154
      Craig Rodrigues committed
    • expr.c (expand_expr, [...]): Update alignment of DECL_RTL after re-laying out… · e27cc84b
      expr.c (expand_expr, [...]): Update alignment of DECL_RTL after re-laying out decl in incomplete case.
      
      	* expr.c (expand_expr, case VAR_DECL): Update alignment of DECL_RTL
      	after re-laying out decl in incomplete case.
      	(expand_expr, case ADDR_EXPR): Fix typo in copy case.
      
      From-SVN: r47153
      Richard Kenner committed
    • Make-lang.in: Remove all references to LANGUAGES and the stamp files that depend on its value. · 65685574
      2001-11-18  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	* Make-lang.in: Remove all references to LANGUAGES
      	and the stamp files that depend on its value.
      
      From-SVN: r47152
      Toon Moene committed