diff options
author | Alan Modra <amodra@gmail.com> | 2023-03-08 21:26:52 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2023-03-09 16:02:57 +1030 |
commit | bf0e35375461ef2a17e2872e7f5c1446a5924b64 (patch) | |
tree | 7a340aae6467a79926b417febb38ab6232a20e79 /ld/ld.texi | |
parent | 1478a11d76dbd4de9a0de43b1ea736223b3662c2 (diff) | |
download | gdb-bf0e35375461ef2a17e2872e7f5c1446a5924b64.zip gdb-bf0e35375461ef2a17e2872e7f5c1446a5924b64.tar.gz gdb-bf0e35375461ef2a17e2872e7f5c1446a5924b64.tar.bz2 |
lddigest 32-bit support and gcc-4 compile errors
* ld.texi: Revert 2023-03-08 commit 9a534b9f8e3d.
* testsuite/ld-scripts/crc64-poly.d: Likewise.
* testsuite/ld-scripts/crc64-poly.t: Likewise.
* lddigest.c: Formatting.
(get_uint64_t): New function.
(lang_add_digest): Take etree_type* args. Replace "illegal" with
"invalid" in error message.
* lddigest.h (lang_add_digest): Update prototype.
* lddigest_tab.c (algorithms): Work around gcc-4 errors.
* ldgram.y (polynome): Adjust lang_add_digest call.
* testsuite/ld-scripts/crc64-poly-size.d: Update expected error.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r-- | ld/ld.texi | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -5581,10 +5581,6 @@ 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. |