This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] fix for aarch64 sim FP stur bug


Hi Jim,

> While debugging a gcc C testsuite failure on the aarch64 simulator, I
> noticed that the support for FP stur instructions is broken.  They
> accidentally have the two register operands swapped.  The problem can
> be seen by comparing them with the equivalent FP str instructions.
> 
> I tested the fix by running the gcc C testsuite.  I get 3122
> unexpected failures without the patch and 2856 unexpected failures
> with the patch.

Thanks for reporting and fixing this bug.

The patch is approved - please apply.

Cheers
  Nick


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