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: Preparations for IA64/VMS


    On Fri, Oct 10, 2003 at 06:46:41PM -0400, Richard Kenner wrote:
    > !   if (mask && TARGET_GNU_AS)
    >       fprintf (file, "\t.prologue %d, %d\n", mask,
    
    Incidentally, this cannot be correct either.  You'll get
    invalid unwind info if you do this.

Well, that's better than getting an assembly error.

It may well be that GAS is required for a fully-working port, but for
now the plan is to try to see if the Intel assembler can be used.


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