1. 26 Jan, 2002 11 commits
    • MemoryImageSource.java (newPixels(byte[], ColorModel, int, int): Remove empty… · 2198265a
      MemoryImageSource.java (newPixels(byte[], ColorModel, int, int): Remove empty "if" statement to work around compiler bug.
      
              * java/awt/image/MemoryImageSource.java (newPixels(byte[], ColorModel,
              int, int):  Remove empty "if" statement to work around compiler bug.
              (newPixels(int[], ColorModel, int, int): Likewise.
      
      From-SVN: r49245
      Bryce McKinlay committed
    • Daily bump. · f478b973
      From-SVN: r49243
      GCC Administrator committed
    • x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide default setting. · 216c995f
      
      2002-01-25  David O'Brien  <obrien@FreeBSD.org>
      	* config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
      	default setting.
      	* config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
      	existing setting.
      
      Approved by:  Richard Henderson <rth@redhat.com>
                    Message-ID: <20020125174510.C18589@redhat.com>
      
      From-SVN: r49242
      David O'Brien committed
    • ChangeLog entry for verify.cc. · f24e160a
      From-SVN: r49241
      Per Bothner committed
    • verify.cc (verify_fail): Change from being a top-level function to e method of… · f70443f7
      verify.cc (verify_fail): Change from being a top-level function to e method of _Jv_BytecodeVerifier.
      
      
      	* verify.cc (verify_fail):  Change from being a top-level function
      	to e method of _Jv_BytecodeVerifier.  Emit current method name.
      	Pass the current verifier to type: and state: methods as needed,
      	for better error messages, and for resolve.
      	(resolve):  Pass current class's loader for Class.forName and
      	_Jv_FindClassFromSignature, rather than using the default loader.
      	(various type: and state: methods):  Take _Jv_BytecodeVerifier* arg.
      	(get_type_val_for_signature):  Make non-static.
      	(various methods):  Pass start_PC implicitly, not explicitly.
      
      From-SVN: r49240
      Per Bothner committed
    • pthread1.cc: Use one condition variable per predicate instead of tricky use of one condition... · 63b3a44f
              * testsuite/thread/pthread1.cc: Use one condition variable
              per predicate instead of tricky use of one condition variable.
      
      From-SVN: r49239
      Loren J. Rittle committed
    • Index: gcc/ChangeLog · 33c7f925
      	* dbxout.c (dbxout_init): Use assemble_name rather than just
      	stripping off the first character.
      	(dbxout_source_file): Likewise.
      
      Index: gcc/testsuite/ChangeLog
      
      	* gcc.dg/debug/debug.exp: New file.
              * gcc.dg/debug/trivial.c: New file.
              * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
              * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
              * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
              * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
              * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
              * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
              * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
              * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
              * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
              * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
              * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
              * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
              * gcc.dg/20000503-1.c: Removed.
              * gcc.dg/20010207-1.c: Removed.
              * gcc.dg/20011223-1.c: Removed.
              * gcc.dg/20020104-2.c: Removed.
              * gcc.dg/debug-1.c: Removed.
              * gcc.dg/debug-2.c: Removed.
              * gcc.dg/debug-3.c: Removed.
              * gcc.dg/debug-4.c: Removed.
              * gcc.dg/debug-5.c: Removed.
              * gcc.dg/debug-6.c: Removed.
              * gcc.dg/dwarf2-1.c: Removed.
              * gcc.dg/dwarf2-2.c: Removed.
      
      From-SVN: r49238
      Geoffrey Keating committed
    • sparc.c (sparc_emit_set_symbolic_const64): Compare using rtx_equal_p, not by comparing pointers. · 6cd444b4
      * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
      using rtx_equal_p, not by comparing pointers.
      
      From-SVN: r49237
      DJ Delorie committed
    • fstream.tcc (filebuf::close()): Fix close for input streams. · e6705174
      
      2002-01-25  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/fstream.tcc (filebuf::close()): Fix close for input
      	streams.
      	(filebuf::_M_really_overflow): Match indeterminate and sync calls.
      	* testsuite/27_io/filebuf.cc: Compile only.
      	* testsuite/27_io/filebuf_members.cc: Move tests to here.
      	* testsuite/27_io/filebuf_virtuals.cc: And here.
      	Revert sungetc, sync changes for expected values.
      	* testsuite/27_io/filebuf-*: Move to...
      	* testsuite/27_io/filebuf_virtuals-*: ...here.
      	* testsuite/27_io/istream.cc: Compile only, activate.
      	* testsuite/27_io/ostream.cc: Same.
      	* testsuite/27_io/iostream.cc: New.
      	* testsuite/27_io/iostream_members.cc: New.
      
      From-SVN: r49236
      Benjamin Kosnik committed
    • emit-rtl.c (gen_rtx_REG): Always return the same rtx for PIC_OFFSET_TABLE_REGNUM. · 751551d5
              * emit-rtl.c (gen_rtx_REG): Always return the same rtx
              for PIC_OFFSET_TABLE_REGNUM.
              (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
      
      From-SVN: r49234
      Steve Ellcey committed
    • config.gcc (x86_64-*-freebsd*): New target. · e564e618
      2002-01-25  David O'Brien  <obrien@FreeBSD.org>
      	* config.gcc (x86_64-*-freebsd*): New target.
      	(x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
      	value.
      	(i[34567]86-*-freebsd*): Don't include svr4.h.
      	* config/i386/freebsd64.h: New file.
      
      Approved by:  Richard Henderson <rth@redhat.com>
                    Message-ID: <20020125160119.B17943@redhat.com>
      
      From-SVN: r49233
      David O'Brien committed
  2. 25 Jan, 2002 29 commits