kerneltest/e32test/eabi/t_dll1.def
author mikek
Fri, 02 Jul 2010 09:53:45 +0100
branchGCC_SURGE
changeset 190 0d42d469e749
parent 0 a41df078684a
permissions -rw-r--r--
1) Swapping to c++ instead of assembly implementations of several kernel APIs to avoid calling probably broken implementations of __EH_FRAME_?? macros 2) Commenting out otherwise unavoidable calls to __EH_FRAME_?? macros in uc_exe.cia. This is a temporary hack. Both changes to see if they get past an early kernel panic in the Syborg ROM from the current build: EH ERROR: no exception descriptor for address 0x801eb277 Thread efile.exe::Main Panic USER-EXEC 3

EXPORTS
	_ZN8TestDll110GlobalReadEiR5TDes8 @ 1 NONAME ; TestDll1::GlobalRead(int, TDes8&)
	_ZN8TestDll111GlobalAllocEi @ 2 NONAME ; TestDll1::GlobalAlloc(int)
	_ZN8TestDll111GlobalWriteEiRK6TDesC8 @ 3 NONAME ; TestDll1::GlobalWrite(int, TDesC8 const&)
	_ZN8TestDll115GlobalAllocatedEv @ 4 NONAME ; TestDll1::GlobalAllocated()
	_ZN8TestDll13SemEv @ 5 NONAME ; TestDll1::Sem()
	_ZN8TestDll14DataEv @ 6 NONAME ; TestDll1::Data()
	_ZN8TestDll15Test1Ev @ 7 NONAME ; TestDll1::Test1()
	_ZN8TestDll15Test2Ev @ 8 NONAME ; TestDll1::Test2()
	_ZN8TestDll16AttachEi @ 9 NONAME ; TestDll1::Attach(int)
	_ZN8TestDll16ServerEv @ 10 NONAME ; TestDll1::Server()
	_ZN8TestDll17SetDataEi @ 11 NONAME ; TestDll1::SetData(int)