This is the mail archive of the gcc@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]

Re: bug in a29k-coff


        store 0,0,AI0,gr116

    I don't know whether that is valid assembly language or not for the
    a29k so I can't blame it on gcc or binutils.

This is not valid.  AI0 is a "fake" register used to denote incoming
arguments in the variable-size register frame (I don't remember the details:
I wrote this stuff nearly 15 years ago).

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