X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fbit_fix.h;h=5214b47065206e14b5c9f73a395cfa8199fe76ab;hb=15091ded14ec08bd3f3a686d420c6009e1d2c518;hp=3e35922c8854427d2abeef9b3080381e50ee81c5;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/bit_fix.h b/gas/bit_fix.h index 3e35922c88..5214b47065 100644 --- a/gas/bit_fix.h +++ b/gas/bit_fix.h @@ -1,5 +1,5 @@ /* bit_fix.h - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2021 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.