diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-D729BD58-D4FE-5D46-ACD4-F78B37BA833A.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-D729BD58-D4FE-5D46-ACD4-F78B37BA833A.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,37 @@ + + + + + +GNU +Assembler Source FormatDescribes the rules that you must follow if you use GNU assembler +syntax. +

The platform-specific source code can be written in GNU assembler +syntax or ARM assembler syntax.

+

The generic source and header files are all written using the ARM assembler +syntax, as are the source files for the template and example ports. However +the bootstrap can be built using the GNU assembler; in this case, source files +are translated from ARM to GNU assembler syntax automatically.

+

The rules that you must follow to use GNU assembler syntax in the platform-specific +source are:

+ +

To enable the generic makefile to work correctly, assembler source files +should always be given the extension .s and assembler +include files .inc; this is independent of whether these +are ARM or GNU syntax.

+
\ No newline at end of file