public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] s390: fix for atype attribute
@ 2009-10-15 15:23 Wolfgang Gellerich
  2009-10-16  6:57 ` Andreas Krebbel
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Gellerich @ 2009-10-15 15:23 UTC (permalink / raw)
  To: GCC-Patches

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



[-- Attachment #2: z10-atype-V1 --]
[-- Type: text/plain, Size: 1177 bytes --]


Hello Everyone!

This tiny patch brings a fix fro the atype attribute. Test is ok.

Regards, Wolfgang


---
Dr. Wolfgang Gellerich
IBM Deutschland Entwicklung GmbH
Schönaicher Strasse 220
71032 Böblingen, Germany
Tel. +49 / 7031 / 162598
gellerich@de.ibm.com

=======================


IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter 
Geschäftsführung: Erich Baier
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294 





Changelog:


2009-10-15  Wolfgang Gellerich  <gellerich@de.ibm.com>

	* config/s390/s390.md (atype): Added missing values.



Index: gcc-SVN/gcc/config/s390/s390.md
===================================================================
--- gcc-SVN.orig/gcc/config/s390/s390.md	2009-10-15 11:17:27.000000000 +0200
+++ gcc-SVN/gcc/config/s390/s390.md	2009-10-15 11:24:37.000000000 +0200
@@ -220,7 +220,7 @@
 ;;   reg: Instruction does not use the agen unit

 (define_attr "atype" "agen,reg"
-  (if_then_else (eq_attr "op_type" "E,RR,RI,RRE")
+  (if_then_else (eq_attr "op_type" "E,RR,RI,RRE,RSI,RIL,RIE,RRF,RRR")
 		(const_string "reg")
 		(const_string "agen")))


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

* Re: [PATCH] s390: fix for atype attribute
  2009-10-15 15:23 [PATCH] s390: fix for atype attribute Wolfgang Gellerich
@ 2009-10-16  6:57 ` Andreas Krebbel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Krebbel @ 2009-10-16  6:57 UTC (permalink / raw)
  To: gcc-patches, gelleric

Wolfgang Gellerich wrote:
> 2009-10-15  Wolfgang Gellerich  <gellerich@de.ibm.com>

	* config/s390/s390.md (atype): Added missing values.

Applied. Thanks!

-Andreas-

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

end of thread, other threads:[~2009-10-16  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-15 15:23 [PATCH] s390: fix for atype attribute Wolfgang Gellerich
2009-10-16  6:57 ` Andreas Krebbel

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