diff options
author | Nick Clifton <nickc@redhat.com> | 2023-03-08 13:11:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-03-08 13:11:37 +0000 |
commit | 9a534b9f8e3d0f3cdb5a20f19ff165693fbb84d2 (patch) | |
tree | d986f68b1cfe0e42235533812c83c5cafd22c5c4 /ld/ld.texi | |
parent | 447d06696999be437b0e3c1a1f26e050ad91b952 (diff) | |
download | gdb-9a534b9f8e3d0f3cdb5a20f19ff165693fbb84d2.zip gdb-9a534b9f8e3d0f3cdb5a20f19ff165693fbb84d2.tar.gz gdb-9a534b9f8e3d0f3cdb5a20f19ff165693fbb84d2.tar.bz2 |
ld: Use correct types for crc64 calculations
Diffstat (limited to 'ld/ld.texi')
-rw-r--r-- | ld/ld.texi | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5581,6 +5581,10 @@ The parameters are explained in detail in Some of the predefined polynomes are the same, but differs in the other parameters. + +Note - the generation of 64-bit polynomes on 32-bit hosts for 32-bit +targets is not supported. + @page The 32-bit <polynome> command defines the following global symbols. |