CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2012/12/25 10:16:16

Modified files:
        gnu/usr.bin/gcc/gcc/config/m88k: m88k.h 

Log message:
Fix longstanding bug in FRAME_POINTER_REQUIRED; unless -fomit-frame-pointer
is used, a frame pointer is required for all non-leaf functions, and for leaf
functions unless -momit-leaf-frame-pointer is specified. Also, a frame pointer
is mandatory when profiling.
This used to be mostly harmless with gcc 2.95, but is required with gcc 3 to
get profiling to work.

Reply via email to