public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] Armv7 rejects some instructions
@ 2006-03-10 16:20 Paul Brook
  2006-03-10 16:59 ` Richard Earnshaw
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Brook @ 2006-03-10 16:20 UTC (permalink / raw)
  To: binutils

The ARMv7 architecture includes the ARMv6ZK extensions.
Patch below tweaks the binutils definitions to achieve this.

Tested with cross to arm-none-eabi.
Ok?

Paul

2006-03-10  Paul Brook  <paul@codesourcery.com>

include/opcode/
	* arm.h (ARM_AEXT_V7_ARM): Include v6ZK extensions.

Index: include/opcode/arm.h
===================================================================
RCS file: /var/cvsroot/src-cvs/src/include/opcode/arm.h,v
retrieving revision 1.8
diff -u -p -r1.8 arm.h
--- include/opcode/arm.h	24 Feb 2006 15:36:36 -0000	1.8
+++ include/opcode/arm.h	10 Mar 2006 15:34:56 -0000
@@ -88,7 +88,7 @@
 #define ARM_AEXT_V6KT2  (ARM_AEXT_V6T2 | ARM_EXT_V6K)
 #define ARM_AEXT_V6ZT2  (ARM_AEXT_V6T2 | ARM_EXT_V6Z)
 #define ARM_AEXT_V6ZKT2 (ARM_AEXT_V6T2 | ARM_EXT_V6K | ARM_EXT_V6Z)
-#define ARM_AEXT_V7_ARM	(ARM_AEXT_V6T2 | ARM_EXT_V7)
+#define ARM_AEXT_V7_ARM	(ARM_AEXT_V6ZKT2 | ARM_EXT_V7)
 #define ARM_AEXT_V7A	(ARM_AEXT_V7_ARM | ARM_EXT_V7A)
 #define ARM_AEXT_V7R	(ARM_AEXT_V7_ARM | ARM_EXT_V7R | ARM_EXT_DIV)
 #define ARM_AEXT_NOTM \

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] Armv7 rejects some instructions
  2006-03-10 16:20 [patch] Armv7 rejects some instructions Paul Brook
@ 2006-03-10 16:59 ` Richard Earnshaw
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Earnshaw @ 2006-03-10 16:59 UTC (permalink / raw)
  To: Paul Brook; +Cc: binutils

On Fri, 2006-03-10 at 16:20, Paul Brook wrote:
> The ARMv7 architecture includes the ARMv6ZK extensions.
> Patch below tweaks the binutils definitions to achieve this.
> 
> Tested with cross to arm-none-eabi.
> Ok?
> 
> Paul
> 
> 2006-03-10  Paul Brook  <paul@codesourcery.com>
> 
> include/opcode/
> 	* arm.h (ARM_AEXT_V7_ARM): Include v6ZK extensions.

OK.

R.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-10 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-10 16:20 [patch] Armv7 rejects some instructions Paul Brook
2006-03-10 16:59 ` Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).