1. 26 Jan, 2002 5 commits
    • 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 30 commits
  3. 24 Jan, 2002 5 commits
    • MAINTAINERS (Write After Approval): Move my contact info from here... · b299a075
      * MAINTAINERS (Write After Approval): Move my contact info
      from here...
      (OS Port Maintainers): ...to here (netbsd).
      
      From-SVN: r49196
      Jason Thorpe committed
    • ios_base.h: Use _Atomic_word for reference counts. · 17325050
      	libstdc++/5432
      	* include/bits/ios_base.h: Use _Atomic_word for reference counts.
      	* include/bits/localefwd.h: Likewise.
      	Also use for std::locale::id::_S_highwater.
      	* src/ios.cc (ios_base::xalloc): Use _Atomic_word.
      	* src/locale.cc: Support new usage of _Atomic_word.
      	(std::locale::classic): Guard entire function against reentry.
      	* src/localename.cc: Support new usage of _Atomic_word.
      
      From-SVN: r49195
      Andrew Pollard committed
    • sh.md (sym_label2reg): Make sure all CONSTs have modes. · a4f76ef9
      * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
      modes.
      
      From-SVN: r49192
      Alexandre Oliva committed
    • num_put_members_wchar_t.cc (test03): Use _GLIBCPP_HAVE_SETENV. · b6a95741
      
      2002-01-24   Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/22_locale/num_put_members_wchar_t.cc (test03): Use
      	_GLIBCPP_HAVE_SETENV.
      	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): Same.
      	* testsuite/22_locale/collate_members_char.cc (test02): Same.
      	* testsuite/22_locale/ctype_members_char.cc (test03): Same.
      	* testsuite/22_locale/ctype_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/messages_members_char.cc (test02): Same.
      	* testsuite/22_locale/moneypunct_members_char.cc (test02): Same.
      	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): Same.
      	* testsuite/22_locale/money_put_members_char.cc (test04): Same.
      	* testsuite/22_locale/money_put_members_wchar_t.cc (test04): Same.
      	* testsuite/22_locale/num_get_members_char.cc (test03): Same.
      	* testsuite/22_locale/num_get_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/numpunct_members_char.cc (test02): Same.
      	* testsuite/22_locale/numpunct_members_wchar_t.cc (test02): Same.
      	* testsuite/22_locale/time_get_members_char.cc (test07): Same.
      	* testsuite/22_locale/time_get_members_wchar_t.cc (test07): Same.
      	* testsuite/22_locale/time_put_members_char.cc (test03): Same.
      	* testsuite/22_locale/time_put_members_wchar_t.cc (test03): Same.
      	* testsuite/22_locale/num_put_members_char.cc (test03): Same.
      	* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Check for setenv.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* config.h.in: Regenerate.
      
      From-SVN: r49191
      Benjamin Kosnik committed