bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FW: gas m68k/MRI segfault


From: Nick Clifton
Subject: Re: FW: gas m68k/MRI segfault
Date: 20 Sep 2002 08:01:36 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

Hi Gene,

> Still a bit unclear on one point: what is difference between
> rtems-as and coff-as? Is it  elf vs. coff, or something else?

Yes.  Have a look at gas/configure.in.  You will see these lines:

      m68k-*-coff | m68k-*-rtemscoff*)  fmt=coff ;;
      m68k-*-rtems*)                    fmt=elf ;;

So m68k-rtems-as is an ELF based tool wheres m68k-coff-as or
m68k-rtemscoff-as are COFF based tools.

Cheers
        Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]