public inbox for cgen-cvs@sourceware.org
help / color / mirror / Atom feed
* src/cgen ChangeLog cpu/m32r.opc
@ 2004-02-13  2:55 bje
  0 siblings, 0 replies; 6+ messages in thread
From: bje @ 2004-02-13  2:55 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	bje@sourceware.org	2004-02-13 02:55:15

Modified files:
	cgen           : ChangeLog 
	cgen/cpu       : m32r.opc 

Log message:
	2004-02-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.dot.com>
	
	* cpu/m32r.opc (my_print_insn): Fixed incorrect output when
	disassembling codes for 0x*2 addresses.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.177&r2=1.178
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/m32r.opc.diff?cvsroot=src&r1=1.4&r2=1.5


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

* src/cgen ChangeLog cpu/m32r.opc
@ 2005-10-27  6:57 amodra
  0 siblings, 0 replies; 6+ messages in thread
From: amodra @ 2005-10-27  6:57 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	amodra@sourceware.org	2005-10-27 06:57:57

Modified files:
	cgen           : ChangeLog 
	cgen/cpu       : m32r.opc 

Log message:
	* cpu/m32r.opc (parse_hi16): Do not assume a 32-bit host word size.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.222&r2=1.223
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/m32r.opc.diff?cvsroot=src&r1=1.11&r2=1.12


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

* src/cgen ChangeLog cpu/m32r.opc
@ 2005-10-19 14:44 nickc
  0 siblings, 0 replies; 6+ messages in thread
From: nickc @ 2005-10-19 14:44 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-10-19 14:44:16

Modified files:
	cgen           : ChangeLog 
	cgen/cpu       : m32r.opc 

Log message:
	* m32r.opc (parse_slo16): Fix bad application of previous patch.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.220&r2=1.221
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/m32r.opc.diff?cvsroot=src&r1=1.10&r2=1.11


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

* src/cgen ChangeLog cpu/m32r.opc
@ 2005-10-18  7:53 nickc
  0 siblings, 0 replies; 6+ messages in thread
From: nickc @ 2005-10-18  7:53 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-10-18 07:53:17

Modified files:
	cgen           : ChangeLog 
	cgen/cpu       : m32r.opc 

Log message:
	m32r.opc (parse_slo16): Better version of previous patch.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.219&r2=1.220
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/m32r.opc.diff?cvsroot=src&r1=1.9&r2=1.10


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

* src/cgen ChangeLog cpu/m32r.opc
@ 2005-10-14  8:33 nickc
  0 siblings, 0 replies; 6+ messages in thread
From: nickc @ 2005-10-14  8:33 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-10-14 08:33:27

Modified files:
	cgen           : ChangeLog 
	cgen/cpu       : m32r.opc 

Log message:
	m32r.opc (parse_slo16): Do not assume a 32-bit host word size.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.218&r2=1.219
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/m32r.opc.diff?cvsroot=src&r1=1.8&r2=1.9


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

* src/cgen ChangeLog cpu/m32r.opc
@ 2004-03-30  9:29 nickc
  0 siblings, 0 replies; 6+ messages in thread
From: nickc @ 2004-03-30  9:29 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2004-03-30 09:29:17

Modified files:
	cgen           : ChangeLog 
	cgen/cpu       : m32r.opc 

Log message:
	Fix bug parsing shigh(0xffff8000)

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.179&r2=1.180
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/m32r.opc.diff?cvsroot=src&r1=1.5&r2=1.6


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

end of thread, other threads:[~2005-10-27  6:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-13  2:55 src/cgen ChangeLog cpu/m32r.opc bje
2004-03-30  9:29 nickc
2005-10-14  8:33 nickc
2005-10-18  7:53 nickc
2005-10-19 14:44 nickc
2005-10-27  6:57 amodra

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