This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
How to add an assembly filter pass between cc1/cc1plus and the regular assembler
- From: Fred Fish <fnf at intrinsity dot com>
- To: gcc-help at gcc dot gnu dot org
- Cc: fnf at intrinsity dot com
- Date: Sat, 21 Sep 2002 18:04:21 -0500 (CDT)
- Subject: How to add an assembly filter pass between cc1/cc1plus and the regular assembler
- Reply-to: fnf at intrinsity dot com
Can someone please point me towards someplace in the gcc code or docs where I
can find information on adding a custom assembly language filtering pass between
cc1/cc1plus and the regular assembler? Basically I have a standalone assembly
code level filter that I'd like to have run on the output of cc1/cc1plus before
it is passed on to the normal assembler.
-Fred