]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR bootstrap/33100 (on bootstrap getting section .eh_frame: bad cie version 0...
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Thu, 20 Nov 2008 17:13:01 +0000 (17:13 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 20 Nov 2008 17:13:01 +0000 (17:13 +0000)
commit19523300a00967225f9d377b241c8442aa261792
tree05532f9b36c19db3ba4c3c2a298e1d0c80348696
parent7391b59739f9c1dc026643d78f16ea6b0e0b3f7a
re PR bootstrap/33100 (on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0)

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.

From-SVN: r142050
gcc/ChangeLog
gcc/config.gcc
libgcc/ChangeLog
libgcc/config.host
libgcc/config/i386/t-sol2 [moved from gcc/config/i386/t-sol2 with 63% similarity]
libgcc/configure
libgcc/configure.ac