Roadmap to GCC 3.4 patches ========================== NOTE: Patches are listed in dependency order gcc-3.4-coldfire-frame.patch ColdFire optimized frame layout and -fomit-frame-pointer support. (Peter Barada & me) gcc-3.4-coldfire-interrupt.patch Add __attribute__((interrupt)). (Peter Barada) gcc-3.4-coldfire-reload.patch Kludge for fixing an undesired interaction between the reload phase and the m68k back-end. (Peter Barada) gcc-3.4-uclinux-idshlib.patch Add the -mid-shared-library and -msep-data options. (Paul Dale) gcc-3.4-coldfire-costs.patch Tweak mul/div costs for ColdFire targets. (Paul Dale) gcc-3.4-uclinux-specs.patch Tweak the specs for building uClinux apps. (Paul Dale & me) gcc-3.4-libstdc++-nowchar.patch Fix build with uClibc with disabled wchar_t support. (me)