This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ARM setjmp and r12


On the ARM, why does setjmp preserve r12 (ip)?  I believe r12 is
caller-preserved, not callee-preserved.

arm/setjmp.S:122
	/* Save all the callee-preserved registers into the jump buffer.  */
	stmea		a1!, { v1-v7, fp, ip, sp, lr }

Cheers,
Shaun

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