This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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,SH] Add SH2A new instructions 1/6


"Naveen H.S." <naveen.hs@kpitcummins.com> wrote:
>	  * doc/extend.texi: Document TBR relative addressing of SH2A.
>	  (resbank): Add description for SH2A.
>	  (resbank): Added description for SH2A target.

The last line should be removed and there is no diff against
extend.texi in your sh2a1.patch.
Please refer about the result of make dvi, make info and
make pdf if your patch touches a doc file.

Also, I've found a failure

FAIL: gcc.target/sh/sh2a-tbr-jump.c scan-assembler-times jsr\\t@r[0-9] 2

for the new sh2a-tbr-jump.c test with -m2a.  It seems that
the line

/* { dg-final { scan-assembler-times "jsr\\t@r\[0-9\]" 2} } */

of that test is unneeded in the first place.  

Regards,
	kaz


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