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

Ian Lance Taylor ian@wasabisystems.com
Tue Mar 16 14:37:00 GMT 2004


"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



More information about the Binutils mailing list