This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] m32r's pop need PIPE_O attribute


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+"
  )





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]