Jump to letter: [
ABCDEFGHJKLMNOPRTWXYZ
]
libmudflap-devel: GCC mudflap support
Name: | libmudflap-devel |
Vendor: | Scientific Linux |
Version: | 4.1.2 |
License: | GPL |
Release: | 46.el5_4.2 |
URL: | http://gcc.gnu.org |
- Summary
- This package contains headers and static libraries for building
mudflap-instrumented programs.
To instrument a non-threaded program, add -fmudflap
option to GCC and when linking add -lmudflap, for threaded programs
also add -fmudflapth and -lmudflapth.
Changelog
- * Thu Dec 10 16:00:00 2009 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-46.el5_4.2
- fix libjava to avoid opening *.la/dlopening *.so files from current
working directory or subdirectories thereof (#545672, CVE-2009-3736)
- * Wed Sep 30 17:00:00 2009 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-46.el5_4.1
- fix handling of multiple -fno-builtin-XXXX options on the command line
(#526422, PR driver/28437)
- * Thu May 14 17:00:00 2009 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-46.el5
- fix Fortran module reading with USE...ONLY (#483845, PR fortran/30554)
- fix ULL multiplication on i386 (#465807, PR middle-end/37731)
- fix Fortran FMT= with character array section (#492209, PR fortran/39865)
- fix jump on single bit from ULL test on i386 (PR middle-end/40057)