public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] m32r's pop need PIPE_O attribute
@ 2003-12-15  4:32 Kazuhiro Inaoka
  2003-12-15 12:20 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Kazuhiro Inaoka @ 2003-12-15  4:32 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils, gdb-patches, cgen

Hello Nick

M32Rx's pop instructions have PIPE_O attribute,
but there was specified no PIPE attribute.

This patch was dorpping.
Please commit the following patch and regenerate opcodes, sim files

2003-12-15  Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com >

    * cpu/m32r.cpu: pop need PIPE_O attribute.

Kazuhiro

Index: m32r.cpu
===================================================================
RCS file: /cvs/src/src/cgen/cpu/m32r.cpu,v
retrieving revision 1.5
diff -c -r1.5 m32r.cpu
*** m32r.cpu 3 Dec 2003 17:38:50 -0000 1.5
--- m32r.cpu 15 Dec 2003 04:23:10 -0000
***************
*** 1387,1393 ****
  )
  
  (dnmi pop "pop"
!       ((IDOC MEM))
        "pop $dr"
        (emit ld-plus dr (sr 15)) ; "ld %0,@sp+"
  )
--- 1387,1393 ----
  )
  
  (dnmi pop "pop"
!       ((PIPE O) (IDOC MEM))
        "pop $dr"
        (emit ld-plus dr (sr 15)) ; "ld %0,@sp+"
  )




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

* Re: [PATCH] m32r's pop need PIPE_O attribute
  2003-12-15  4:32 [PATCH] m32r's pop need PIPE_O attribute Kazuhiro Inaoka
@ 2003-12-15 12:20 ` Nick Clifton
  2003-12-16  0:26   ` Kazuhiro Inaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2003-12-15 12:20 UTC (permalink / raw)
  To: Kazuhiro Inaoka; +Cc: binutils, gdb-patches, cgen

Hi Kazuhiro,

> 2003-12-15  Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com >
>
>     * cpu/m32r.cpu: pop need PIPE_O attribute.

Approved and applied.

Cheers
        Nick
        

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

* Re: [PATCH] m32r's pop need PIPE_O attribute
  2003-12-15 12:20 ` Nick Clifton
@ 2003-12-16  0:26   ` Kazuhiro Inaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Kazuhiro Inaoka @ 2003-12-16  0:26 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils, gdb-patches, cgen

Hi Nick,

Thanks!

Kazuhiro
> 
> > 2003-12-15  Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com >
> >
> >     * cpu/m32r.cpu: pop need PIPE_O attribute.
> 
> Approved and applied.
> 
> Cheers
>         Nick

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

end of thread, other threads:[~2003-12-16  0:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-15  4:32 [PATCH] m32r's pop need PIPE_O attribute Kazuhiro Inaoka
2003-12-15 12:20 ` Nick Clifton
2003-12-16  0:26   ` Kazuhiro Inaoka

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