public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Define __ARM_ARCH__ for processor __ARM_ARCH_7EM__
@ 2010-02-15 15:09 Matthias Klose
  2010-02-15 15:11 ` Andrew Haley
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Klose @ 2010-02-15 15:09 UTC (permalink / raw)
  To: GCJ-patches, libffi-discuss; +Cc: Daniel Gutson

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

This is corresponding to the patch for gcc/, made on the trunk and the 4.4 branch:

   2010-02-10  Daniel Gutson  <dgutson@codesourcery.com>

       * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
       added to the preprocessor condition.

Ok for the 4.4 branch and the trunk? Please commit to the libffi repository as well.

   Matthias

[-- Attachment #2: arm.diff --]
[-- Type: text/plain, Size: 810 bytes --]

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 156770)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2010-02-15  Matthias Klose  <doko@ubuntu.com>
+
+	* src/arm/sysv.S (__ARM_ARCH__): Define for processor
+	__ARM_ARCH_7EM__.
+
 2010-01-21  Release Manager
 
 	* GCC 4.4.3 released.
Index: src/arm/sysv.S
===================================================================
--- src/arm/sysv.S	(revision 156770)
+++ src/arm/sysv.S	(working copy)
@@ -73,7 +73,8 @@
 #endif
 
 #if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \
-        || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__)
+        || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) \
+	|| defined(__ARM_ARCH_7EM__)
 # undef __ARM_ARCH__
 # define __ARM_ARCH__ 7
 #endif

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

* Re: [patch] Define __ARM_ARCH__ for processor __ARM_ARCH_7EM__
  2010-02-15 15:09 [patch] Define __ARM_ARCH__ for processor __ARM_ARCH_7EM__ Matthias Klose
@ 2010-02-15 15:11 ` Andrew Haley
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 2010-02-15 15:11 UTC (permalink / raw)
  To: Matthias Klose; +Cc: GCJ-patches, libffi-discuss, Daniel Gutson

On 02/15/2010 03:08 PM, Matthias Klose wrote:
> This is corresponding to the patch for gcc/, made on the trunk and the
> 4.4 branch:
> 
>   2010-02-10  Daniel Gutson  <dgutson@codesourcery.com>
> 
>       * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
>       added to the preprocessor condition.
> 
> Ok for the 4.4 branch and the trunk? Please commit to the libffi
> repository as well.

Sure.

Andrew.

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

end of thread, other threads:[~2010-02-15 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-15 15:09 [patch] Define __ARM_ARCH__ for processor __ARM_ARCH_7EM__ Matthias Klose
2010-02-15 15:11 ` Andrew Haley

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).