From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Earnshaw To: Alexandre Oliva Cc: rearnsha@arm.com Subject: Re: StrongARM: str stores different PC Date: Tue, 04 Jul 2000 02:22:00 -0000 Message-id: <200007040921.KAA10711@cam-mail2.cambridge.arm.com> References: X-SW-Source: 2000-07/msg00037.html > ARM's `str' stores PC+12, but StrongARM stores PC+8, so we must be > able to tell one architecture from the other. That's what this patch > does. Unfortunately, the architecture detection only works properly > on COFF, because architecture information isn't available in ELF > binaries. Approved by Nick Clifton. > Not only StrongARM. ARM8 ARM9 & ARM10 chips all store PC+8. R.