This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/31868] Non-Linux DWARF EH x86-64 targets have broken crtend.o



------- Comment #8 from hjl at gcc dot gnu dot org  2008-02-10 22:26 -------
Subject: Bug 31868

Author: hjl
Date: Sun Feb 10 22:25:24 2008
New Revision: 132222

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132222
Log:
2008-02-10  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline:
        2007-08-06  H.J. Lu  <hongjiu.lu@intel.com>
                    Daniel Jacobowitz  <dan@codesourcery.com>

        PR target/31868
        * config.gcc (x86_64-*-freebsd*): Add i386/t-crtstuff to
        tmake_file.
        (x86_64-*-netbsd*): Likewise.
        (x86_64-*-linux*): Likewise.
        (x86_64-*-kfreebsd*-gnu): Likewise.
        (x86_64-*-knetbsd*-gnu): Likewise.
        (i[34567]86-*-solaris2.1[0-9]*): Likewise.

        * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Removed.

        * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Update comments.
        Add -fno-asynchronous-unwind-tables.

        * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
        * config/t-libc-ok (CRTSTUFF_T_CFLAGS_S): Likewise.
        * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Likewise.
        * config/t-netbsd (CRTSTUFF_T_CFLAGS_S): Likewise.
        * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Likewise.

Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/config.gcc
    branches/gcc-4_2-branch/gcc/config/i386/t-crtstuff
    branches/gcc-4_2-branch/gcc/config/i386/t-linux64
    branches/gcc-4_2-branch/gcc/config/t-freebsd
    branches/gcc-4_2-branch/gcc/config/t-libc-ok
    branches/gcc-4_2-branch/gcc/config/t-lynx
    branches/gcc-4_2-branch/gcc/config/t-netbsd
    branches/gcc-4_2-branch/gcc/config/t-svr4


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31868


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]