This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: Undefined Symbol Error in GAS


info@micromatik.com writes:

> "Is the GAS unable to handel more than one external reference in one
> assembler statement ?"

Most object file formats can not handle such an expression, so the
assembler must reject it.  The MRI assembler generates the IEEE object
file format, which can.  gas does not support generating IEEE.  If and
when gas supports generating IEEE, it will be able to support an
expression such as you describe.

Ian


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