Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libmudflap-devel: GCC mudflap support
Name: | libmudflap-devel |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 4.1.1 |
License: | GPL |
Release: | 1.ML5 |
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 Jun 15 11:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Thu May 25 11:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.1-1.fc5
-
- update from gcc-4_1-branch (-r113848:114107)
- GCC 4.1.1 release
- PR fortran/27553
- fix i386/x86_64 -O0 -fpic link failure (#192816, PR target/27758)
- fix gcjh on 64-bit hosts (#192700)
- -fvar-tracking fixes needed for SystemTap (Alexandre Oliva, BZ#2438)
- * Wed May 17 11:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.0-19
-
- update from gcc-4_1-branch (-r113785:113848)
- PRs c++/26757, c++/27339, c++/27491, driver/26885, rtl-optimization/14261,
target/26600, tree-optimization/27603
- merge gomp changes from the trunk (-r113513:113514, -r113821:113823 and
-r113845:113846)
- PRs middle-end/27415, middle-end/27573
- optimize handling of large CONSTRUCTORs (Bernd Schmidt,
PR middle-end/27620)