1. 07 Nov, 2003 11 commits
    • Ugh, copied the wrong date from previous test case. · bfc8fe1a
      From-SVN: r73340
      Carlo Wood committed
    • re PR libstdc++/12736 (Demangler bug) · 2d369f35
      PR libstdc++/12736
      * bits/demangle.h (qualifier_list<Allocator>::decode_KVrA): Added.
      (qualifier_list<Allocator>::decode_qualifiers): Collect concatenated
      K, V, r and A qualifiers before processing them as a group.
      * testsuite/demangle/abi_text/01.cc: Reordered CV-qualifiers.
      * testsuite/demangle/regression/cw-16.cc: New.
      
      From-SVN: r73339
      Carlo Wood committed
    • Fix libstdc++-v3 build failure on sh64-elf: · bcc8cc82
      	* sh-protos.h (sh_pch_valid_p): Declare.
      	* sh.c ("intl.h"): Include.
      	(TARGET_PCH_VALID_P): Override.
      	(sh_target_switches): New variable.
      	(target_switches): Define.
      	(sh_pch_valid_p): New function.
      
      	* sh.h (MODE_AFTER): Don't change mode unless TARGET_HITACHI.
      
      From-SVN: r73338
      J"orn Rennecke committed
    • configure.host: Add kfreebsd*-gnu and knetbsd*-gnu. · b938ad89
      
      2003-11-07  Robert Millan  <robertmh@gnu.org>
      
              * configure.host: Add kfreebsd*-gnu and knetbsd*-gnu.
              * crossconfig.m4: Likewise.
              * configure: Regenerate.
      
      From-SVN: r73337
      Robert Millan committed
    • 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 15 commits