Add support for gcc v3.x compilers.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 11 Jun 2009 02:44:06 +0000 (22:44 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 11 Jun 2009 02:44:06 +0000 (22:44 -0400)
commit942d495dcd12801187076d12e5f7409e8a8aa661
treec3853d4ab5409811752c1af6b0292d4e78165f9b
parentc0693941fdb5118164a8161316fdf8e9ebb499d2
Add support for gcc v3.x compilers.

Suppress __attribute__((externally_visible)) when no -fwhole-program
Add switch hack for compilers without -fno-jump-tables
Define memcpy() function (for compilers without -minline-all-stringops).
Define call16_simpint as a macro (a param needs to be inlined).
Make sure s3_resume is only defined in 32bit mode.
Makefile
src/optionroms.c
src/resume.c
src/types.h
src/util.c
src/util.h
tools/test-gcc.sh