[be] Instead of buffering output with a hand-rolled list of
commit890dcd116c0a953ef8fd232f7bf0064d13ada448
authorJeff Garzik <jgarzik@redhat.com>
Mon, 8 Sep 2003 03:30:38 +0000 (7 20:30 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:05 +0000 (7 21:01 -0700)
tree73d4ac3926a91fa24e0af30b8b524cafb0db6733
parent221af696b37591f53138482cb8e6a4f27ab307f3
[be] Instead of buffering output with a hand-rolled list of
text buffers, update code to use a ptr_list of "atoms".  Atoms
basically correspond to a single line of assembly.  There are
ATOM_TEXT atoms for ASCII text (the only kind of atom currently
in use) and ATOM_INSN for instructions.
compile-i386.c