* Makefile.am (install, install-info, RECURSIVE_TARGETS): Define.
[binutils-gdb.git] / gas / bit_fix.h
index 5f69fcff7a737946dc43014f7e9acb348f0ead10..1676d2c5f0bde829bc09227f5b4e16e2928d16ec 100644 (file)
 
 /* The bit_fix was implemented to support machines that need variables
    to be inserted in bitfields other than 1, 2 and 4 bytes.
-   Furthermore it gives us a possibillity to mask in bits in the symbol
+   Furthermore it gives us a possibility to mask in bits in the symbol
    when it's fixed in the objectcode and check the symbols limits.
 
    The or-mask is used to set the huffman bits in displacements for the
    ns32k port.
    The acbi, addqi, movqi, cmpqi instruction requires an assembler that
-   can handle bitfields. Ie handle an expression, evaluate it and insert
-   the result in an some bitfield. ( ex: 5 bits in a short field of an opcode)
+   can handle bitfields.  Ie. handle an expression, evaluate it and insert
+   the result in some bitfield.  (eg: 5 bits in a short field of an opcode)
    */
 
 #ifndef __bit_fix_h__