Jump to letter: [
          
            ABCDEFGKLMNOPRSTXZ
          ]
        
        libmudflap-devel: GCC mudflap support
        
        
            | Name: | libmudflap-devel | Vendor: |  | 
        
            | Version: | 4.1.1 | License: | GPL | 
        
            | Release: | 30.1 | 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
        
            - * Wed Oct 11 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.1-30
- - update from gcc-4_1-branch (-r117464:117629)
  - PRs c++/28302, c++/28349, c++/28450, c++/29002, libstdc++/29095,
	libstdc++/29354, libstdc++/29368, target/28490
- fix gnu.xml.transform.TransformerImpl (Tom Tromey, #208854,
  PR classpath/29362) 
            - * Fri Oct  6 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.1-29
- - update from gcc-4_1-branch (-r117266:117464)
  - PRs bootstrap/26764, bootstrap/27334, c++/29080, c++/29138, c++/29226,
	c/27489, c/27490, debug/28980, fortran/18791, libfortran/18791,
	middle-end/28862, objc/29195, other/25035, tree-opt/28952
  - fix s390{,x} address legitimization with TLS symbols (Angel Nunez
    Mencias)
- fix -fno-automatic with Fortran auto arrays with non-constant size
  (#203928, PR fortran/28415)
- fix char and short __sync_fetch_and_XXX (PR target/28924)
- fix emitting of vector constants with incomplete initializers (PR c/29091)
- fix ICE with multiple exit loop and -ftree-loop-linear
  (#208935, PR tree-optimization/29290)
            - * Sat Sep 30 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.1-28
- - fix i386/x86_64 legitimize_pic_address with TLS symbols (PR target/29198)
- fix gimplification of post-increment with side-effects on the inner
  expression (PR c/29154)