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/38085] gcc -m64 -pg generates invalid assembler code on Solaris 10/x86



------- Comment #8 from ro at gcc dot gnu dot org  2010-03-22 20:12 -------
Subject: Bug 38085

Author: ro
Date: Mon Mar 22 20:12:34 2010
New Revision: 157648

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157648
Log:
        gcc:
        PR target/38085
        * config/i386/i386.c (x86_function_profiler)
        [!NO_PROFILE_COUNTERS]: Fix typo.
        * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
        instead of callq.

        libgcc:
        PR target/38085
        * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
        MULTILIB_CFLAGS.
        ($(T)gcrt1.o): Likewise.
        ($(T)crt1.o): Likewise.
        ($(T)crti.o): Likewise.
        ($(T)crtn.o): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/gmon-sol2.c
    trunk/gcc/config/i386/i386.c
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/i386/t-sol2


-- 


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


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