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: Possible bug in gas/frags.c


On Thu, Feb 06, 2003 at 01:28:13PM -0700, Guy.McCarthy@microchip.com wrote:
> The latest version of frags.c does not seem to call TC_FRAG_INIT
> in all the right places. I think a call is missing from frag_new().

No, frag_new is just for creating a boring fixed size frag.  The more
interesting machine-dependent relaxable frags (where TC_FRAG_INIT
might be needed) are created by frag_var and frag_variant.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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