CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/02/16 14:30:15
Modified files:
lang/gcc/4.6 : Makefile
lang/gcc/4.6/patches: patch-gcc_configure
Added files:
lang/gcc/4.6/patches: patch-gcc_common_opt
patch-gcc_fortran_f95-lang_c
patch-gcc_go_go-lang_c
patch-gcc_java_lang_c patch-gcc_lto_lto_c
patch-gcc_targhooks_c patch-gcc_toplev_c
Log message:
- modify stack protection to work with our native libc routines, passing the
function name to __stack_smash_handler. Only supported for "c-family"
languages at the moment.
- enable it per default on archs where FRAME_GROWS_DOWNWARD
- remove obsolete comment about adastrap needing a specific libc
- -java actually needs a runtime dep on -main for -lgcc
ok espie@