1. 16 Oct, 2006 4 commits
  2. 15 Oct, 2006 16 commits
  3. 14 Oct, 2006 13 commits
  4. 13 Oct, 2006 7 commits
    • istream.tcc (operator>>(__istream_type& (*)(__istream_type&)),… · f7ab3fd1
      istream.tcc (operator>>(__istream_type& (*)(__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)), operator>>(ios_base& (*)(ios_base&))): Move...
      
      2006-10-13  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/istream.tcc (operator>>(__istream_type&
      	(*)(__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)),
      	operator>>(ios_base& (*)(ios_base&))): Move...
      	* include/std/std_istream.h: ... here.
      	(operator>>(basic_istream<char,>&, unsigned char&),
      	operator>>(basic_istream<char,>&, signed char&),
      	operator>>(basic_istream<char,>&, unsigned char*),
      	operator>>(basic_istream<char,>&, signed char*)): Mark inline.
      	* include/bits/ostream.tcc (operator<<(__ostream_type&
      	(*)(__ostream_type&)), operator<<(__ios_type& (*)(__ios_type&)),
      	operator<<(ios_base& (*)(ios_base&))): Move...
      	* include/std/std_ostream.h: ... here.
      	(operator<<(basic_ostream<>&, _CharT),
      	operator<<(basic_ostream<>&, char),
      	operator<<(basic_ostream<char,>&, char),
      	operator<<(basic_ostream<char,>&, signed char),
      	operator<<(basic_ostream<char,>&, unsigned char),
      	operator<<(basic_ostream<>&, const _CharT*),
      	operator<<(basic_ostream<char,>&, const char*),
      	operator<<(basic_ostream<char,>&, const signed char*),
      	operator<<(basic_ostream<char,>&, const unsigned char*),
      	endl(basic_ostream<>&), ends(basic_ostream<>&),
      	flush(basic_ostream<>&)): Mark inline.
      
      From-SVN: r117715
      Paolo Carlini committed
    • pr25993.c: Skip for darwin. · 164ea65a
      2006-10-13  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/pr25993.c: Skip for darwin.
      
      From-SVN: r117713
      Eric Christopher committed
    • visibility-11.c: Skip for darwin. · 42d3177f
      2006-10-13  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/visibility-11.c: Skip for darwin.
      
      From-SVN: r117712
      Eric Christopher committed
    • darwin-weakimport-1.c: Use -fno-asynchronous-unwind-tables. · d23b4622
      2006-10-13  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/darwin-weakimport-1.c: Use
              -fno-asynchronous-unwind-tables.
              * gcc.dg/darwin-weakimport-3.c: Ditto.
      
      From-SVN: r117711
      Eric Christopher committed
    • darwin.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define. · ee4ae285
      2006-10-13  Eric Christopher  <echristo@apple.com>
      
              * config/darwin.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
      
      From-SVN: r117710
      Eric Christopher committed
    • revert: elfos.h (MAX_OFILE_ALIGNMENT): Default to largest alignment supported by 32-bit ELF. · 5793c070
      gcc/
      
      2006-10-13  Carlos O'Donell  <carlos@codesourcery.com>
      
      	Revert this change:
      	2006-10-13  Carlos O'Donell  <carlos@codesourcery.com>
      	* config/elfos.h (MAX_OFILE_ALIGNMENT): Default to largest
      	alignment supported by 32-bit ELF.
      
      From-SVN: r117709
      Carlos O'Donell committed
    • darwin.c (darwin_emit_unwind_label): Strip name encoding. · 44ef77c1
      2006-10-13  Eric Christopher  <echristo@apple.com>
      
              * config/darwin.c (darwin_emit_unwind_label): Strip
              name encoding. Use DECL_ASSEMBLER_NAME_SET_P.
      
      From-SVN: r117708
      Eric Christopher committed