1. 07 Nov, 2003 7 commits
    • i386.c (x86_64_sign_extended_value): Return false from tls variables. · d7222e38
      	* i386.c (x86_64_sign_extended_value):  Return false from tls variables.
      	(x86_64_zero_extended_value):  likewise.
      
      From-SVN: r73334
      Jan Hubicka committed
    • mips.md (loadgp): Take $25 as a second operand. · 235d0d66
      	* config/mips/mips.md (loadgp): Take $25 as a second operand.
      	* config/mips/mips.c (mips_expand_prologue): Modify accordingly.
      
      From-SVN: r73330
      Richard Sandiford committed
    • demangle.h (qualifier_list<Allocator>::decode_qualifiers(string_type&,… · eb622d37
      demangle.h (qualifier_list<Allocator>::decode_qualifiers(string_type&, string_type&, bool member_function_pointer_qualifiers): Always seperate the '[' of an array type with a space from what is left of it...
      
      * include/bits/demangle.h
      (qualifier_list<Allocator>::decode_qualifiers(string_type&,
      string_type&, bool member_function_pointer_qualifiers):
      Always seperate the '[' of an array type with a space from
      what is left of it, except when that is the closing bracket
      of another array dimension.
      
      From-SVN: r73328
      Carlo Wood committed
    • demangle.h (qualifier_list<Allocator>::decode_qualifiers(string_type&,… · 2215f732
      demangle.h (qualifier_list<Allocator>::decode_qualifiers(string_type&, string_type&, bool) const): Made const.
      
      * include/bits/demangle.h
      (qualifier_list<Allocator>::decode_qualifiers(string_type&,
      string_type&, bool) const): Made const.
      (qualifier_list<Allocator>::M_printing_suppressed): Added mutable.
      (_GLIBCXX_DEMANGLER_DOUT_ENTERING3, _GLIBCXX_DEMANGLER_RETURN3,
      std::ostream& operator<<(std::ostream&, qualifier const&),
      std::ostream& operator<<(std::ostream&, qualifier_list const&),
      qualifier_list<Allocator>::decode_qualifiers(string_type&,
      string_type&, bool) const,
      session<Allocator>::decode_type_with_postfix(string_type&,
      string_type&, qualifier_list<Allocator>*))
      Added and/or changed debug-only hooks and code.
      
      From-SVN: r73327
      Carlo Wood committed
    • re PR libgcj/12231 ([win32] Console applications spawned via Runtime.exec( ) in… · cafa5032
      re PR libgcj/12231 ([win32] Console applications spawned via Runtime.exec( ) in a GUI application flash console window)
      
      	PR libgcj/12231
      	* java/lang/Win32Process.java (hasExited) Changed from
      	public to private.
      	(startProcess): Likewise.
      	(cleanup): Likewise.
      	* java/lang/natWin32Process.cc (cleanup) Don't close
      	input, output and error streams.
      	(ChildProcessPipe): New helper class.
      	(startProcess): Refactored to use ChildProcessPipe.
      	Use CREATE_NO_WINDOW when launching child process.
      
      From-SVN: r73326
      Mohan Embar committed
    • win32.h (_Jv_platform_close_on_exec): Changed signature and declared extern. · bbf76ec0
      	* include/win32.h (_Jv_platform_close_on_exec): Changed
      	signature and declared extern.
      	* win32.cc (_Jv_platform_close_on_exec): Implemented.
      	* gnu/java/net/natPlainDatagramSocketImplWin32.cc
      	(create): Use new signature of _Jv_platform_close_on_exec.
      	* gnu/java/net/natPlainSocketImplWin32.cc
      	(create): Eliminated a few typecasts
      	Use new signature of _Jv_platform_close_on_exec.
      	(accept): Eliminated a few typecasts
      	Use new signature of _Jv_platform_close_on_exec.
      	* java/io/natFileDescriptorWin32.cc (open): Use
      	_Jv_platform_close_on_exec.
      
      From-SVN: r73325
      Mohan Embar committed
    • Daily bump. · eb4ad71a
      From-SVN: r73323
      GCC Administrator committed
  2. 06 Nov, 2003 14 commits
  3. 05 Nov, 2003 19 commits