This is the mail archive of the gcc@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]

Re: Hacking GCC in a clean way


>>>>> "Adrien" == Adrien Hernot <amh@BSD-Dk.dk> writes:

    Adrien> how to 'cleanly' hack GCC, nor any mention to a plug-in
    Adrien> API for hackers to use. Wouldn't it be so much easier to
    Adrien> have a clean API for doing special treatment, as well as

Yes, this would be good -- but there's no such beast yet.

However, you could probably use `back_end_hook' to do most of what you
want.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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