r142050 - in /trunk: gcc/ChangeLog gcc/config.g...

ro@gcc.gnu.org ro@gcc.gnu.org
Thu Nov 20 17:13:00 GMT 2008


Author: ro
Date: Thu Nov 20 17:13:01 2008
New Revision: 142050

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142050
Log:
	gcc:
	PR bootstrap/33100
	* config.gcc (i[34567]86-*-solaris2*): Don't include
	i386/t-crtstuff here.
	Move extra_parts, i386/t-sol2 in tmake_file to libgcc/config.host.
	* config/i386/t-sol2: Move to libgcc/config/i386.
	
	libgcc:
	PR bootstrap/33100
	* configure.ac (i?86-*-solaris2.1[0-9]*): Only include
	i386/t-crtstuff if linker supports ZERO terminator unwind entries.
	* configure: Regenerate.
	* config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
	tmake_file here from gcc/config.gcc.
	Move extra_parts here from gcc/config.gcc.
	* config/i386/t-sol2: Move here from gcc/config/i386.
	Use gcc_srcdir instead of srcdir.

Added:
    trunk/libgcc/config/i386/t-sol2
      - copied, changed from r142008, trunk/gcc/config/i386/t-sol2
Removed:
    trunk/gcc/config/i386/t-sol2
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host
    trunk/libgcc/configure
    trunk/libgcc/configure.ac



More information about the Gcc-cvs mailing list