On Wed, Aug 05, 2015 at 03:59:18PM +0200, Richard Biener wrote: > >> Makes it quite unparsable to editors of course ... > > > > The idea of having .S files that aren't reasonably editable seems kind > > of silly, but I guess its up to the gas people. > > Heh, indeed. Maybe instead do > > .insert_from_file <filename> > > and do that only when we are using -pipe or so.
That's ".incbin". Do we really want to go through the headaches of using extra files though? Is this really a bottleneck? Will it even help? Segher