This is the mail archive of the binutils@sourceware.org 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: [patch/gas]: simplify frag_grow


On Tue, Jul 05, 2011 at 02:04:35PM +0200, Tristan Gingold wrote:

I agree with all your reasoning, but I'd like to keep the final check
so that we don't depend on obstack_chunk_alloc being xmalloc.

> -  if (obstack_room (&frchain_now->frch_obstack) < nchars)
> -    as_fatal (_("can't extend frag %u chars"), nchars);
>  }

-- 
Alan Modra
Australia Development Lab, IBM


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