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_frob_file -- fix hi/lo pairings


Richard Sandiford wrote:
> 
> Richard Sandiford <rdsandiford@googlemail.com> writes:
> > "Fu, Chao-Ying" <fu@mips.com> writes:
> >> Index: mips16-hilo-match.d
> >> ===================================================================
> >> RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips16-hilo-match.d,v
> >> retrieving revision 1.1
> >> diff -u -p -r1.1 mips16-hilo-match.d
> >> --- mips16-hilo-match.d 9 May 2008 19:28:47 -0000       1.1
> >> +++ mips16-hilo-match.d 19 Jun 2008 22:02:25 -0000
> >> @@ -1,4 +1,5 @@
> >>  #objdump: -r
> >> +#as: -march=mips1
> >>  #name: MIPS16 mips16-hilo-match
> >>
> >>  .*: +file format .*mips.*
> >
> > You'd need to make that "-mabi=32 -march=mips16", for targets that
> 
> Err, I meant -march=mips1, of course. ;)
> 

  Yes.  Is this patch ok?  Thanks!

Regards,
Chao-ying

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

	* gas/mips/mips16-hilo-match.d: Add -mabi=32 -march=mips1 to as.

Index: mips16-hilo-match.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips16-hilo-match.d,v
retrieving revision 1.1
diff -u -p -r1.1 mips16-hilo-match.d
--- mips16-hilo-match.d 9 May 2008 19:28:47 -0000       1.1
+++ mips16-hilo-match.d 24 Jun 2008 01:33:12 -0000
@@ -1,4 +1,5 @@
 #objdump: -r
+#as: -mabi=32 -march=mips1
 #name: MIPS16 mips16-hilo-match

 .*: +file format .*mips.*


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