Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libmudflap-devel: GCC mudflap support
Name: | libmudflap-devel |
Vendor: | Red Hat, Inc. |
Version: | 4.1.0 |
License: | GPL |
Release: | 3 |
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 Mar 9 17:00:00 2006 Alexandre Oliva <aoliva{%}redhat{*}com> 4.1.0-3
-
- make ppc32 TLS PIC code sequences compatible with secure plt (#184446)
(Richard Henderson and myself)
- * Sat Mar 4 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.0-2
-
- update from -gcc-4_1-branch (-r111570:111697)
- PRs c++/26291, libgfortran/26136, libgfortran/26423, libgfortran/26464,
libstdc++/26526, rtl-optimization/26345, target/19061, target/26453
- handle DW_CFA_val_{offset,offset_sf,expression} in the libgcc{,_s} unwinder
- * Tue Feb 28 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.0-1
-
- update from gcc-4_1-branch (-r111466:111570)
- GCC 4.1.0 release
- PR other/26473