This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How to extend lanuage C in GCC ?
- From: Dong Phuong <dongphuong2410 at yahoo dot com>
- To: gcc at gnu dot org
- Date: Wed, 22 Oct 2008 10:31:02 -0700 (PDT)
- Subject: How to extend lanuage C in GCC ?
I'm porting for a microcontroller. And now I want to
add some features to the current language C int GCC
(for example some directives such as near, far ,
....). SO could you please tell me how I can do that
?
Thank you very much.