Jump to letter: [
ABCDEFGHIKLMNOPQRSTUXY
]
libmudflap-devel: GCC mudflap support
Name: | libmudflap-devel |
Vendor: | Scientific Linux |
Version: | 4.0.2 |
License: | GPL |
Release: | 14.EL4 |
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
- * Fri Jan 6 18:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.0.2-14.EL4
- fix frame base in debuginfo on IA-64 (Jim Wilson, #176182, PR debug/24444)
- * Tue Dec 13 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 4.0.2-13.EL4
- fix Java ICE on initialized static final var used in case
(Andrew Haley, #175569)
- * Mon Dec 12 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 4.0.2-12.EL4
- fix Java ICE with input_filename being unset (Alexandre Oliva, #174912)