r142049 - in /branches/gcc-4_3-branch: gcc/Chan...

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


Author: ro
Date: Thu Nov 20 17:09:53 2008
New Revision: 142049

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142049
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:
    branches/gcc-4_3-branch/libgcc/config/i386/t-sol2
      - copied, changed from r142012, branches/gcc-4_3-branch/gcc/config/i386/t-sol2
Removed:
    branches/gcc-4_3-branch/gcc/config/i386/t-sol2
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config.gcc
    branches/gcc-4_3-branch/libgcc/ChangeLog
    branches/gcc-4_3-branch/libgcc/config.host
    branches/gcc-4_3-branch/libgcc/configure
    branches/gcc-4_3-branch/libgcc/configure.ac



More information about the Gcc-cvs mailing list