From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: sbjohnson@ozemail.com.au Cc: gdb-patches@sourceware.cygnus.com Subject: Re: Post Hook Patch, and Regcache.h Patch Date: Mon, 25 Sep 2000 23:10:00 -0000 Message-id: <200009260610.CAA21714@indy.delorie.com> References: <200009192140.OAA23805@fishpond.ninemoons.com> <39CFDF0C.BE95DADE@ozemail.com.au> X-SW-Source: 2000-09/msg00200.html > Date: Tue, 26 Sep 2000 09:26:04 +1000 > From: Steven Johnson > > Post Hook Patch: > Eli has accepted the document patch. There were some minor @defn problems, but > he was going to fix them up when he applied the patch. > > Fernando has accepted the code patch. > > Neither code or document has been applied. Sorry, I missed Fernando's approval. I will apply the doco patch soon. I didn't do it before, since I waited for the code to be approved. >From fnasser@cygnus.com Tue Sep 26 08:57:00 2000 From: Fernando Nasser To: Steven Johnson Cc: gdb-patches@sourceware.cygnus.com Subject: Re: Post Hook Patch, and Regcache.h Patch Date: Tue, 26 Sep 2000 08:57:00 -0000 Message-id: <39D0C759.20E2068A@cygnus.com> References: <200009192140.OAA23805@fishpond.ninemoons.com> <39CFDF0C.BE95DADE@ozemail.com.au> X-SW-Source: 2000-09/msg00201.html Content-length: 782 Steven Johnson wrote: > > I currently have 2 patches outstanding. > > This is their status as I understand it: > > Post Hook Patch: > Eli has accepted the document patch. There were some minor @defn problems, but > he was going to fix them up when he applied the patch. > > Fernando has accepted the code patch. > > Neither code or document has been applied. > Sorry, I was in a meeting last week. I am trying to catch up with the backlog. I will be checking your changes in as soon as I get my tree updated, sun the testsuite again etc. It won't be long. -- Fernando Nasser Red Hat - Toronto E-Mail: fnasser@cygnus.com 2323 Yonge Street, Suite #300 Tel: 416-482-2661 ext. 311 Toronto, Ontario M4P 2C9 Fax: 416-482-6299 >From brolley@redhat.com Tue Sep 26 09:21:00 2000 From: Dave Brolley To: gdb-patches@sources.redhat.com, cgen@sources.redhat.com Subject: SIM: PATCH: RFA: Rotate semantics for cgen sims Date: Tue, 26 Sep 2000 09:21:00 -0000 Message-id: <39D0CD3A.D9B32C72@redhat.com> X-SW-Source: 2000-09/msg00202.html Content-length: 321 Hi, This patch adds RORQI, ROLQI, RORHI and ROLHI to sim/common/cgen-utils.c. These functions enable rotate semantics for QI and HI modes. OK to commit? Dave 2000-09-26 Dave Brolley * cgen-utils.c (RORQI): New function. (ROLQI): New function. (RORHI): New function. (ROLHI): New function.