blob: 735255fd91978d96e84ec22ee977a416eb4e5177 (
plain)
1
2
3
4
5
6
7
8
9
|
This trivial patch causes gcc to emit a warning whenever
it generates a trampoline. These are otherwise hard to
locate. It is rigged to default ON - to have it default
to OFF remove the text 'Init(1)' from the common.opt
patch, leaving just 'Common Var(warn_trampolines)'.
Kevin F. Quinn <kevquinn@gentoo.org> 17 Jan 2006
Ported to GCC 4.5.x /Zorry
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg00352.html
|