This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] |
This patch is the first cut at writing the gimple function bodies into
the asm file. This is a rewrite of my last patch with all of the dwarf3
removed and many issues addressed. This is now writing to the assembly
file and a lot more of it is table driven, which will also be used on
the reading side.
The interface with CodeSourcery's symbol table code to get references to the global types and decls is there but is ifdef'ed out with the preprocessor symbol GIMPLE_SYMBOL_TABLE_WORKS.
Right now the symbol table code has little behind it except calls to abort.
One piece of the api that has slipped through the cracks is what am I to
name the sections that the output is in.
-- Mark Mitchell CodeSourcery mark@codesourcery.com (650) 331-3385 x713
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |