1. 10 Mar, 2003 33 commits
  2. 09 Mar, 2003 7 commits
    • re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available()) · 5e18b3d6
      	PR libgcj/9934:
      	* java/io/natFileDescriptorPosix.cc (available): Fixed arguments
      	to lseek.  Return 0 if we can't compute the value.
      
      From-SVN: r64053
      Tom Tromey committed
    • re PR libstdc++/7744 (streambuf::in_avail() always returns 0 (zero) for cin input stream) · 95dca20c
      2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
      	    Nathan Myers  <ncm@cantrip.org>
      
      	PR libstdc++/7744
      	* config/io/basic_file_stdio.h (__basic_file<>::xsgetn, xsputn,
      	seekoff, seekpos): Add a boolean parameter __stdio.
      	* config/io/basic_file_stdio.cc (__basic_file<>::xsgetn, xsputn,
      	seekoff, seekpos): If __stdio == true, use fread (fwrite, fseek/ftell,
      	fseek/ftell, respectively), otherwise read (write, lseek, lseek,
      	respectively).
      	* include/bits/fstream.tcc (basic_filebuf<>::_M_convert_to_external,
      	_M_really_overflow, seekoff): Use the boolean parameter in the calls.
      	* include/std/std_fstream.h (sync): Likewise.
      	* src/fstream.cc (basic_filebuf<>::_M_underflow_common): Likewise.
      	* src/ios.cc (ios_base::Init::_S_ios_create(bool)): Revert libstdc++/8399
      	commit involving isatty(0).
      	* acinclude.m4 (GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): Remove.
              (GLIBCPP_CHECK_UNISTD_SUPPORT): Remove
        	* configure.in: Remove call.
      	* aclocal.m4: Regenerate.
             	* config.h.in: Regenerate.
              * configure: Regenerate.
      	* testsuite/27_io/narrow_stream_objects.cc (test11): Add.
      
      Co-Authored-By: Nathan Myers <ncm@cantrip.org>
      
      From-SVN: r64051
      Paolo Carlini committed
    • rs6000.md (movsi_update1): Add TARGET_UPDATE final condition. · f7b3ab8a
              * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
              condition.
      
      From-SVN: r64050
      David Edelsohn committed
    • frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES. · cc956ba2
      	* config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
      	* config/ip2k/ip2k.h: Similarly.
      	* config/m32r/m32r.h: Similarly.
      	* config/m68hc11/m68hc11.h: Similarly.
      	* config/mn10200/mn10200.h: Similarly.
      	* config/mn10300/mn10300.h: Similarly.
      	* config/pdp11/pdp11.h: Similarly.
      	* config/v850/v850.h: Similarly.
      	* config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
      	* config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
      	* config/mips/iris3.h: Remove #if 0 block.
      
      From-SVN: r64049
      Neil Booth committed
    • gcc.c (do_spec_1): Revert 2003-02-24 patch. · 6544fbcb
      
      	* gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
      	pending argument upon return from handle_braces here.
      	(do_spec_2): Instead handle it upon return from do_spec_1 here.
      
      Co-Authored-By: Joern Rennecke <joern.rennecke@superh.com>
      
      From-SVN: r64047
      Roger Sayle committed
    • re PR libstdc++/9988 (filebuf::overflow writes EOF to file) · 3006d728
      2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
      
      	PR libstdc++/9988
      	* include/bits/fstream.tcc (overflow): don't write EOF to file.
      	* testsuite/27_io/filebuf_virtuals.cc (test15): Add.
      
      From-SVN: r64045
      Paolo Carlini committed
    • varasm.c (make_decl_one_only): Use declare_weak(). · e1a04212
      2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
      
      	* varasm.c (make_decl_one_only): Use declare_weak().
      
      From-SVN: r64044
      Franz Sirl committed