1. 18 Apr, 2000 1 commit
  2. 17 Apr, 2000 29 commits
  3. 16 Apr, 2000 10 commits
    • mips-protos.h (mips_legitimate_address_p): New function. · c94c9817
      	* config/mips/mips-protos.h (mips_legitimate_address_p): New
      	function.
      	(mips_reg_mode_ok_for_base_p): Likewise.
      	* config/mips/mips.h (REG_OK_STRICT_P): Don't define.
      	(REG_OK_FOR_INDEX_P): Define unconditionally.
      	(REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
      	(GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
      	* config/mips/mips.c (mips16_simple_memory_operand): Adjust now
      	that GET_MODE_SIZE is unsigned.
      	(mips_reg_mode_ok_for_base_p): Define.
      	(mips_legitimate_address_p): Likewise.  Adjust now
      	that GET_MODE_SIZE is unsigned.
      	(block_move_loop): Make the number of bytes unsigned.
      	(expand_block_move): Likewise.
      	(function_arg): Make the loop counter unsigned to match the
      	boundary condition.
      
      From-SVN: r33188
      Mark Mitchell committed
    • rtl.h (enum insn_note): New enumeration. · d636c18c
              * rtl.h (enum insn_note): New enumeration.  Subsume
              NOTE_INSN_DELETED and friends.
              (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
              * rtl.c (note_insn_name): Tweek string order.
      
      From-SVN: r33187
      Richard Henderson committed
    • Fix typo · aa95639e
      From-SVN: r33186
      Mark Mitchell committed
    • cp-tree.def (THUNK_DECL): Add to documentation. · 4e7512c9
      	* cp-tree.def (THUNK_DECL): Add to documentation.
      	* cp-tree.h (flag_huge_objects): Declare.
      	* class.c (modify_vtable_entry): Tidy.
      	(update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
      	Calculate delta appropriately for the new ABI.
      	(dfs_modify_vtables): Use it.
      	(modify_all_vtables): Fix thinko in code to add overriding copies
      	of functions to primary vtables.
      	(build_clone): Fix typo in comment.
      	(clone_function_decl): Correct order of destructors in vtable.
      	(build_vbase_offset_vtbl_entries): Adjust comment.
      	(dfs_vcall_offset_queue_p): Remove.
      	(dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
      	(build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
      	(build_vtable_entry): Correct check for pure virtual functions.
      	Don't declare flag_huge_objects.
      	* decl.c (flag_huge_objects): Remove declaration.
      	* method.c (make_thunk): Tweak mangling for vcall offset thunks.
      	Use int_size_in_bytes.
      	(emit_thunk): Handle vcall offset thunks.
      
      From-SVN: r33185
      Mark Mitchell committed
    • Daily bump. · 3268dc00
      From-SVN: r33184
      Jeff Law committed
    • cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it to offset * 2. · 1b955cba
      	* cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
      	to offset * 2.
      
      From-SVN: r33183
      Zack Weinberg committed
    • New test · 5ead1006
      From-SVN: r33182
      Mark Mitchell committed
    • re GNATS java.io/202 (File creation doesn't observe umask) · 8bfecb84
      2000-04-16  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* java/io/natFileDescriptorPosix.cc (open): Use mode 0666. Fix for
      	PR libgcj/202.
      	(available): Initialize `Where' to prevent bogus compiler warning.
      
      From-SVN: r33181
      Bryce McKinlay committed
    • cpplex.c (output_line_command): Remove debugging prints. · f6fab919
      	* cpplex.c (output_line_command): Remove debugging prints.
      	(cpp_output_tokens): Don't write out a zero-length buffer or
      	try to see if it has a newline in it.
      	(_cpp_expand_to_buffer): Copy the source buffer before pushing.
      	(_cpp_read_and_prescan): Move shift-down of pushback bytes to
      	the end of the loop.  Use memmove.  Don't read past the end of
      	the buffer.  Remove trailing newlines from error messages.
      
      From-SVN: r33180
      Zack Weinberg committed
    • cpphash.h (SYNTAX_INCLUDE, [...]): new. · d481b69b
              * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
              * cpplib.c: Add new syntax flags to directive table, and
              supporting macros.
      
      From-SVN: r33179
      Neil Booth committed