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 to allow cross compiling mips-dec-osfrose


 > From: Richard Henderson <rth@redhat.com>
 > 
 > On Wed, Nov 21, 2001 at 04:14:23PM -0500, Kaveh R. Ghazi wrote:
 > > Anyway, in mips/osfrose.h, it looks like the default assembler is gas.
 > > So I think this patch is correct.
 > 
 > I don't think it is.  Gas defines these in config/obj-elf.c,
 > which rose isn't likely to be using.
 > r~

Well, here's what I saw in mips/osfrose.h:

 > /* OSF/1 uses gas, not the mips assembler.  */
 > #define TARGET_DEFAULT MASK_GAS

Here's from invoke.texi:

 > @item -mgas
 > @opindex mgas
 > Generate code for the GNU assembler.  This is the default on the OSF/1
 > reference platform, using the OSF/rose object format. [...]

It may be that the current gas doesn't support rose anymore, but
whatever gas version was current at the time should support it.

		--Kaveh

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


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