Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libmudflap: GCC mudflap shared support library
Name: | libmudflap |
Vendor: | Scientific Linux |
Version: | 4.0.0 |
License: | GPL |
Release: | 0.14.EL4 |
URL: | http://gcc.gnu.org |
- Summary
- This package contains GCC shared support library which is needed
for mudflap support.
Changelog
- * Tue Dec 14 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 4.0.0-0.14.EL4
- update from trunk
- fix tree inlining related ICE (Alexandre Oliva, #141145)
- avoid multiple evaluation of sqrt and other math builtins when
not -ffast-math (#142603, PR middle-end/18951)
- * Tue Dec 7 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 4.0.0-0.14
- update from trunk
- fix DEPENDENCIES_OUTPUT handling (#140921)
- fix libstdc++.so symlinks (#141985)
- make sure target's LOAD_EXTEND_OP or lack thereof doesn't influence
gcj -C output (#141730)
- * Sat Nov 27 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 4.0.0-0.13
- update from trunk
- change s390{,x} stack layout to work-around GCC 2.95.3 bug:
former -mno-backchain (the default), -mbackchain and -mkernel-backchain
options were transformed into (in order) -mno-backchain -mpacked-stack,
-mbackchain -mno-packed-stack and -mbackchain -mpacked-stack.
A new combination -mno-backchain -mno-packed-stack is now the
new default (Andreas Krebbel, #139678)
- don't optimize printf/fprintf/__printf_chk/__fprintf_chk in any way
if return value is not ignored
- some more libgcc_s.so.1 tweaks on ia64