CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/07/31 09:57:58
Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h Log message: Remove -momit-leaf-frame-pointer option. It is a very old machine-dependent option which got superseded by -fomit-frame-pointer many years ago in the gcc 2.x days, and defaulting to -mno-omit-leaf-frame-pointer it would actually prevent legitimate omission of it in, well, leaf functions.