X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gas%2Fbit_fix.h;h=ae5c97be57fd9ddbaab7c56d6dabccc44c8c48ca;hb=e4b7104b1e0c70613d0f553cb18d25c7343647d3;hp=803ee9e90ea01ad47adf28a054fc683efaa75bfa;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/bit_fix.h b/gas/bit_fix.h index 803ee9e90e..ae5c97be57 100644 --- a/gas/bit_fix.h +++ b/gas/bit_fix.h @@ -1,5 +1,5 @@ /* bit_fix.h - Copyright (C) 1987-2017 Free Software Foundation, Inc. + Copyright (C) 1987-2020 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -21,7 +21,7 @@ /* 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 possibility to mask in bits in the symbol - when it's fixed in the objectcode and check the symbols limits. + when it's fixed in the object code and check the symbols limits. The or-mask is used to set the huffman bits in displacements for the ns32k port.