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 libmudflap/38738] gcc 4.4.0 20090104 - OpenSolaris can enable libmudflaps (if gcc is configured to use GNU ld)



------- Comment #2 from rob1weld at aol dot com  2009-01-06 04:21 -------
There is one other change I made, add this to the top of
libmudflaps/mf-hooks2.c :


/* OpenSolaris */
struct mntent {
        char    *mnt_fsname;    /* file system name */
        char    *mnt_dir;       /* file system path prefix */
        char    *mnt_type;      /* 4.3, nfs, dos, macintosh, cfs, or ignore */
        char    *mnt_opts;      /* ro, etc. */
        int     mnt_freq;       /* dump frequency, in days */
        int     mnt_passno;     /* pass number on parallel fsck */
};


Full results are here:
http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg00488.html

Rob


-- 


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


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