Make local functions static (to shut up icc warnings, plus not being a bad idea in general)
src/tools/actparse.c
src/tools/gendec.c
src/tools/gendec.h
src/tools/actparse.c
src/tools/gendec.c
src/tools/gendec.h
Fix various compile-time warnings
src/aica/armmem.c
src/gettext.h
src/hook.h
src/main.c
src/mem.c
src/sh4/cache.c
src/sh4/ia32abi.h
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h
...
src/aica/armmem.c
src/gettext.h
src/hook.h
src/main.c
src/mem.c
src/sh4/cache.c
src/sh4/ia32abi.h
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h
...
Add support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
- Rename Obj-C source to .m
- Separate paths.c into paths_unix.c and paths_osx.m
- Add configuration detection of ICC, along with specific opt flags
Makefile.in
acinclude.m4
configure
configure.in
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_ctrl.c
src/cocoaui/cocoa_ctrl.m
src/cocoaui/cocoa_gd.c
src/cocoaui/cocoa_gd.m
...
- Rename Obj-C source to .m
- Separate paths.c into paths_unix.c and paths_osx.m
- Add configuration detection of ICC, along with specific opt flags
Makefile.in
acinclude.m4
configure
configure.in
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_ctrl.c
src/cocoaui/cocoa_ctrl.m
src/cocoaui/cocoa_gd.c
src/cocoaui/cocoa_gd.m
...
Fix missing prototype for mmu_vma_to_phys_disasm
Fix missing return value in mmu_ext_page_remapped
src/sh4/mmu.c
src/sh4/mmu.h
src/sh4/sh4dasm.in
src/test/testsh4x86.c
Fix missing return value in mmu_ext_page_remapped
src/sh4/mmu.c
src/sh4/mmu.h
src/sh4/sh4dasm.in
src/test/testsh4x86.c
Execute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
it seems to break on OS X 10.4 32-bit, at least
src/sh4/mmu.c
it seems to break on OS X 10.4 32-bit, at least
src/sh4/mmu.c
.