1. 09 Aug, 2006 6 commits
    • stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames. · 9e7ef3a8
      2006-08-09  Gary Benson  <gbenson@redhat.com>
      
      	* stacktrace.cc (accesscontrol_trace_fn): Skip non-Java frames.
      
      From-SVN: r116038
      Gary Benson committed
    • stl_algobase.h (fill(const _Deque_iterator<>&, const _Deque_iterator<>&, const _Tp&)): Move... · 62c7a041
      2006-08-09  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/stl_algobase.h (fill(const _Deque_iterator<>&,
      	const _Deque_iterator<>&, const _Tp&)): Move...
      	* include/bits/deque.tcc: ... here.
      	* include/bits/stl_deque.h: Declare.
      
      From-SVN: r116034
      Paolo Carlini committed
    • System.java (setSecurityManager): Javadoc fix. · fac186e5
      2006-08-09  Gary Benson  <gbenson@redhat.com>
      
      	* java/lang/System.java (setSecurityManager): Javadoc fix.
      	* java/security/VMAccessController.java (getContext): Comment fix.
      
      From-SVN: r116033
      Gary Benson committed
    • java-stack.h (accesscontrol_trace_fn): Declare. · c7dc750a
      2006-08-09  Gary Benson  <gbenson@redhat.com>
      
      	* include/java-stack.h (accesscontrol_trace_fn): Declare.
      	(GetAccessControlStack): Likewise.
      	(GetClassMethodStack): Remove.
      	* stacktrace.cc (accesscontrol_trace_fn): New method.
      	(GetAccessControlStack): Likewise.
      	(GetClassMethodStack): Remove.
      	* java/security/natVMAccessController.cc (getStack): Use
      	GetAccessControlStack.
      
      From-SVN: r116032
      Gary Benson committed
    • var-tracking.c (enum micro_operation_type): Add MO_COPY. · ca787200
      * var-tracking.c (enum micro_operation_type): Add MO_COPY.
      (var_debug_decl): New function.
      (var_reg_set): Follow debug decl link.  Add location even if
      reg is already known to hold some other variable.
      (var_mem_set): Follow debug decl link.
      (var_reg_delete_and_set, var_mem_delete_and_set): Follow debug
      decl link.  Delete other known locations of the variable part
      if requested.
      (var_reg_delete, var_mem_delete): Delete other known locations
      of the variable part if requested.
      (same_variable_part_p): New function.
      (add_stores): Select MO_COPY when appropriate.
      (vt_initialize): Handle it.
      (compute_bb_dataflow, emit_notes_in_bb): Likewise.  Delete
      known locations for MO_SET and MO_CLOBBER.
      (find_variable_location_part): New function.
      (set_variable_part, delete_variable_part): Use it.
      (clobber_variable_part): New function.
      * dwarf2out.c (dwarf2out_var_location): Do not follow debug
      decl link.
      
      From-SVN: r116031
      Alexandre Oliva committed
    • Daily bump. · 88f2d703
      From-SVN: r116027
      GCC Administrator committed
  2. 08 Aug, 2006 2 commits
  3. 07 Aug, 2006 14 commits
  4. 06 Aug, 2006 12 commits
  5. 05 Aug, 2006 6 commits