Edmund Grimley Evans wrote:
rtl/linux/aarch64/gprt0.as is based on aarch64/cprt0.as and x86_64/gprt0.as.
Thanks, committed.
webtbs/tw0876 now passes.
I didn't commit the change to options.pas, because as the comment there mentions, you first also have to implement the g_profilecode method of the code generator.
cgobj.pas contains a dummy implementation that does not do anything. While that means the test will successfully compile and run, no actual profile information will be generated because there are no calls to mcount in the program (the testsuite does not contain any logic to check whether the generated gprof information by the test program is probably correct).
Jonas _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
