gccint: Machine Desc

1 
1 17 Machine Descriptions
1 ***********************
1 
1 A machine description has two parts: a file of instruction patterns
1 ('.md' file) and a C header file of macro definitions.
1 
1  The '.md' file for a target machine contains a pattern for each
1 instruction that the target machine supports (or at least each
1 instruction that is worth telling the compiler about).  It may also
1 contain comments.  A semicolon causes the rest of the line to be a
1 comment, unless the semicolon is inside a quoted string.
1 
1  See the next chapter for information on the C header file.
1 

Menu