This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: mips compilation mode in object files


   From: "Wayne Bullaughey" <wayneb@cacdsp.com>
   Date: Mon, 20 Dec 1999 21:50:27 -0500

   The gcc cross compiler for MIPS target has options -mips1, -mips2 and =
   -mips3 which selects the ISA instruction set.  Linking with objects =
   created with different settings gives an error message. =20

   Is there any way to display the mode which a .o or .a file was created =
   with?  None of the options on objdump seem to display it.

Try objdump -f.

Ian

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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