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]
Other format: [Raw text]

Re: What is the meaning of "frag_now->fr_literal" indeed?


"pschen" <pschen@pllab.cs.nthu.edu.tw> writes:

> I am porting GAS to a new target machine.
> From source code and manual, something always bother me.
> That is what is the real meaning of "frag_now->fr_literal" indeed?

The fr_literal field holds the data associated with the frag.  For an
ordinary frag this is simply the bytes which should be written into
the object file.

Ian


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