X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fdoc%2Fc-msp430.texi;h=3691f21bca1521a6d24d3b80e93d64c93d184c40;hb=c0ea7c52e10024ecd29b8f0e23b666b6af926c6e;hp=516c0038900e46c7e90cc0c175aebabdae1b445f;hpb=93370e8e7b406cf0aeedcf57cf457c07d6a2c7e6;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/doc/c-msp430.texi b/gas/doc/c-msp430.texi index 516c003890..3691f21bca 100644 --- a/gas/doc/c-msp430.texi +++ b/gas/doc/c-msp430.texi @@ -322,6 +322,18 @@ exist purely for pulling in object files from archives. Note that this reloc is not sufficient to prevent garbage collection; use a KEEP() directive in the linker file to preserve such objects. +@cindex @code{mspabi_attribute} directive, MSP430 +@item .mspabi_attribute +This directive tells the assembler what the MSPABI build attributes for this +file are. This is used for validating the command line options passed to +the assembler against the options the original source file was compiled with. +The expected format is: +@samp{.mspabi_attribute tag_name, tag_value} +For example, to set the tag @code{OFBA_MSPABI_Tag_ISA} to @code{MSP430X}: +@samp{.mspabi_attribute 4, 2} + +See the @cite{MSP430 EABI, document slaa534} for the details on tag names and +values. @end table @node MSP430 Opcodes