libmudflap-devel: GCC mudflap support
Name: | libmudflap-devel | Vendor: | Scientific Linux |
---|---|---|---|
Version: | 4.1.2 | License: | GPL |
Release: | 44.el5 | 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.
Arch: i386
Download: | libmudflap-devel-4.1.2-44.el5.i386.rpm |
---|---|
Build Date: | Wed Jan 21 02:39:14 2009 |
Packager: | |
Size: | 360 KiB |
Arch: x86_64
Download: | libmudflap-devel-4.1.2-44.el5.x86_64.rpm |
---|---|
Build Date: | Wed Jan 21 12:12:16 2009 |
Packager: | |
Size: | 522 KiB |
Changelog
- * Thu Sep 18 17:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-44.el5
- fix fastjar on 64-bit architectures (#462397)
- * Wed Sep 17 17:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-43.el5
- update from gcc-4_1-branch - PRs c++/27177, c++/33959, c++/34774, c++/34950, c/34993, c++/35007, libfortran/26253, libfortran/34699, libgfortran/34699, libstdc++/20448, libstdc++/20451, middle-end/25445, middle-end/33631, middle-end/33826, middle_end/34150, middle-end/34627, objc++/27232, objc++/34193, rtl-optimization/31944, target/34393, tree-optimization/21655 - fix fold_widened_comparison (#371901, PR middle-end/35163, PR middle-end/37103) - move libgomp subpackage to gcc43 src.rpm (#437268) - fix java.net.URI.relativize (#429825, PR libgcj/34369) - var-tracking fix (#440345, PR debug/29558) - fix libstdc++ time and collate category handling (#441639, PR libstdc++/29217) - fix x86_64 TLS handling (#445666, PR target/36189) - fix C++ OpenMP privatized var [cd]tor cleanup handling (#452972, PR c++/36237) - fix make_bit_field_ref with large offsets (#453191, PR middle-end/36449) - fix -ftree-loop-linear (#434916, PR tree-optimization/30565)
- * Mon Apr 14 17:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-42.el5
- include bmmintrin.h and mmintrin-common.h headers (#252998) - fix PCH failure if a precompiled header is included more than once (#251682, PR pch/13675) - BuildRequire xulrunner-devel rather than firefox-devel