This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: [PATCH v3 10/11] sim/testsuite/or1k: Add test case for l.adrp instruction


On Tue, Jun 11, 2019 at 10:48:11PM +0100, Andrew Burgess wrote:
> * Stafford Horne <shorne@gmail.com> [2019-06-11 05:49:39 +0900]:
> 
> > This is a simple test to ensure that the l.adrp instruction can be assembled and
> > simulated correctly.
> > 
> > sim/testsuite/sim/or1k/ChangeLog:
> > 
> > yyyy-mm-dd  Stafford Horne  <shorne@gmail.com>
> > 
> > 	* adrp.S: New file.
> 
> This is fine with one nit below.
> 
> Thanks,
> Andrew
> 
> 
> > ---
> > Changes since v2:
> >  - new patch
> > 
> >  sim/testsuite/sim/or1k/adrp.S | 73 +++++++++++++++++++++++++++++++++++
> >  1 file changed, 73 insertions(+)
> >  create mode 100644 sim/testsuite/sim/or1k/adrp.S
> > 
> > diff --git a/sim/testsuite/sim/or1k/adrp.S b/sim/testsuite/sim/or1k/adrp.S
> > new file mode 100644
> > index 0000000000..ba384ccc84
> > --- /dev/null
> > +++ b/sim/testsuite/sim/or1k/adrp.S
> > @@ -0,0 +1,73 @@
> > +/* Tests the load page address instruction.
> > +
> > +   Copyright (C) 2017-2019 Free Software Foundation, Inc.
> 
> This date range should just be '2019'.

Oh, of course, bad copy from me. 

-Stafford 


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