CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/01/02 15:01:18
Modified files: gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.h m88k.md gnu/usr.bin/gcc/gcc/doc: invoke.texi Log message: Start removing obsolete features from the m88k backend (it's not like we'll need to sync with upstream anymore) to make things a bit simpler and get rid of unintended bitrotting. This time: - remove the small-data feature. It was only supported for COFF binaries anyway. This allows us to stop providing TARGET_ASM_SELECT_SECTION and use the default flavour, from which this backend had derived a bit in addition to sdata support, so this is a good thing... - remove the -midentify-version option - remove the -mbig-pic option, it has been superseded by -fPIC since years and was supposed to be removed `in a future version' since a long time as well. - remove the old MONITOR_GCC debug hooks.