Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libmudflap-devel - GCC mudflap support
- Description:
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.
Packages
libmudflap-devel-4.1.2-54.el5.i386
[174 KiB] |
Changelog
by Jakub Jelinek (2012-05-31):
- lazily declare destructor when needed (#750545)
- fix i?86 -m32 -fpic -fno-omit-frame-pointer cmpxchg8b patterns
(#760417, PR target/39431)
- change s390* -m31/-m64, -msoft-float/-mhard-float,
-mlong-double-128/-mlong-double-64 and -mesa/-mzarch option
handling to cancel each other (#797938)
|