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: mips opcodes: Fix lwxc1.


Daniel Jacobowitz wrote:
> On Thu, Jun 19, 2008 at 02:52:03PM -0700, Fu, Chao-Ying wrote:
> >   I think I know the problem.  Because I use elfoabi targets,
> > the section alignment isn't at 16-byte boundaries and
> > nops aren't generated.  So, instead of changing "odd-float.d",
> > we may change "odd-float.s" as follows.
> 
> Or just replace ... with #pass.
> 
> -- 
> Daniel Jacobowitz
> CodeSourcery
> 

  Yes.  Using "#pass" seems better.  Thanks!

Regards,
Chao-ying

2008-06-20  Chao-ying Fu  <fu@mips.com>

        * gas/mips/odd-float.d: Repalce "..." with "#pass".

Index: odd-float.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/odd-float.d,v
retrieving revision 1.1
diff -u -p -r1.1 odd-float.d
--- odd-float.d 4 Oct 2007 21:53:06 -0000       1.1
+++ odd-float.d 20 Jun 2008 18:37:39 -0000
@@ -7,4 +7,4 @@
 Disassembly of section .text:
 0+00 <[^>]*> lwxc1     \$f1,a0\(a1\)
 0+04 <[^>]*> swxc1     \$f3,a0\(a1\)
-       ...
+#pass


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