Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.
@ 2015-09-30 12:17 Simon Dardis
  2015-09-30 23:18 ` Joel Brobecker
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Dardis @ 2015-09-30 12:17 UTC (permalink / raw)
  To: gdb-patches; +Cc: Maciej W. Rozycki

From: Simon Dardis 
Sent: 19 August 2015 11:07
To: 'gdb-patches@sourceware.org'
Subject: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.

> A recently submitted patch ( http://sourceware.org/ml/binutils/2015-07/msg00376.html ) to binutils will be encoding move as an 'or' instruction over [d]addu in assembly and various code stubs. This patch for gdb addresses that change for the mips specific parts of gdb.

http://sourceware.org/ml/gdb-patches/2015-07/msg00944.html

Ping.

Thanks,
Simon


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

* Re: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.
  2015-09-30 12:17 FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils Simon Dardis
@ 2015-09-30 23:18 ` Joel Brobecker
  2015-10-01  7:46   ` Maciej W. Rozycki
  0 siblings, 1 reply; 5+ messages in thread
From: Joel Brobecker @ 2015-09-30 23:18 UTC (permalink / raw)
  To: Simon Dardis; +Cc: gdb-patches, Maciej W. Rozycki

> > A recently submitted patch ( http://sourceware.org/ml/binutils/2015-07/msg00376.html ) to binutils will be encoding move as an 'or' instruction over [d]addu in assembly and various code stubs. This patch for gdb addresses that change for the mips specific parts of gdb.
> 
> http://sourceware.org/ml/gdb-patches/2015-07/msg00944.html

Sorry for the delay. I don't know much about mips, so I will
trust you on the instruction encoding. Patch looks good to me.

-- 
Joel


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

* Re: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.
  2015-09-30 23:18 ` Joel Brobecker
@ 2015-10-01  7:46   ` Maciej W. Rozycki
  2015-10-27 15:55     ` Simon Dardis
  0 siblings, 1 reply; 5+ messages in thread
From: Maciej W. Rozycki @ 2015-10-01  7:46 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: Simon Dardis, gdb-patches

On Wed, 30 Sep 2015, Joel Brobecker wrote:

> > > A recently submitted patch ( http://sourceware.org/ml/binutils/2015-07/msg00376.html ) to binutils will be encoding move as an 'or' instruction over [d]addu in assembly and various code stubs. This patch for gdb addresses that change for the mips specific parts of gdb.
> > 
> > http://sourceware.org/ml/gdb-patches/2015-07/msg00944.html
> 
> Sorry for the delay. I don't know much about mips, so I will
> trust you on the instruction encoding. Patch looks good to me.

 Encodings look good to me too, thanks!

  Maciej


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

* RE: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.
  2015-10-01  7:46   ` Maciej W. Rozycki
@ 2015-10-27 15:55     ` Simon Dardis
  2015-10-28 19:38       ` Joel Brobecker
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Dardis @ 2015-10-27 15:55 UTC (permalink / raw)
  To: Maciej W. Rozycki, Joel Brobecker; +Cc: gdb-patches

Sorry, should have followed this up earlier. Can either of you commit on my
behalf?

Thanks,
Simon

> -----Original Message-----
> From: Maciej W. Rozycki [mailto:macro@linux-mips.org]
> Sent: 01 October 2015 08:47
> To: Joel Brobecker
> Cc: Simon Dardis; gdb-patches@sourceware.org
> Subject: Re: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.
> 
> On Wed, 30 Sep 2015, Joel Brobecker wrote:
> 
> > > > A recently submitted patch ( http://sourceware.org/ml/binutils/2015-
> 07/msg00376.html ) to binutils will be encoding move as an 'or' instruction
> over [d]addu in assembly and various code stubs. This patch for gdb
> addresses that change for the mips specific parts of gdb.
> > >
> > > http://sourceware.org/ml/gdb-patches/2015-07/msg00944.html
> >
> > Sorry for the delay. I don't know much about mips, so I will trust you
> > on the instruction encoding. Patch looks good to me.
> 
>  Encodings look good to me too, thanks!
> 
>   Maciej


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

* Re: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.
  2015-10-27 15:55     ` Simon Dardis
@ 2015-10-28 19:38       ` Joel Brobecker
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2015-10-28 19:38 UTC (permalink / raw)
  To: Simon Dardis; +Cc: Maciej W. Rozycki, gdb-patches

> Sorry, should have followed this up earlier. Can either of you commit on my
> behalf?

Pushed!

> > -----Original Message-----
> > From: Maciej W. Rozycki [mailto:macro@linux-mips.org]
> > Sent: 01 October 2015 08:47
> > To: Joel Brobecker
> > Cc: Simon Dardis; gdb-patches@sourceware.org
> > Subject: Re: FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils.
> > 
> > On Wed, 30 Sep 2015, Joel Brobecker wrote:
> > 
> > > > > A recently submitted patch ( http://sourceware.org/ml/binutils/2015-
> > 07/msg00376.html ) to binutils will be encoding move as an 'or' instruction
> > over [d]addu in assembly and various code stubs. This patch for gdb
> > addresses that change for the mips specific parts of gdb.
> > > >
> > > > http://sourceware.org/ml/gdb-patches/2015-07/msg00944.html
> > >
> > > Sorry for the delay. I don't know much about mips, so I will trust you
> > > on the instruction encoding. Patch looks good to me.
> > 
> >  Encodings look good to me too, thanks!
> > 
> >   Maciej

-- 
Joel


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

end of thread, other threads:[~2015-10-28 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-30 12:17 FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils Simon Dardis
2015-09-30 23:18 ` Joel Brobecker
2015-10-01  7:46   ` Maciej W. Rozycki
2015-10-27 15:55     ` Simon Dardis
2015-10-28 19:38       ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox