This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-19980508 powerpc-ibm-aix4.1.4.0 results (failures with -p/-pg)


>>>>> Jeffrey A Law writes:

Jeff> I'd bet at least one problem is r12 is clobbered by the call into the profiler.

	Actually r11 is the static chain regnum and r12 is the temporary
reg to which the port switched.  I just tried manually changing the
assembly code produced by GCC around profiling calls to save r11 as well,
but it had no effect.  I even saved both r11 and r12, but that had no
effect.  When profiling, applications using the GCC nested function
extension fail.  I do not think that static chain is the problem.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]