|
From: | amodra at gmail dot com |
Subject: | [Bug binutils/29348] gdb/build: format specifies type 'unsigned long' but the argument has type 'bfd_size_type' (aka 'unsigned long long') |
Date: | Sat, 30 Jul 2022 06:38:27 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29348 --- Comment #7 from Alan Modra <amodra at gmail dot com> --- That looks to be as expected. I wonder if your systems are typedef'ing uint64_t as unsigned long long rather than unsigned long? Preprocessed source for the failing compile should show what underlying type is being used. Can you provide that too? -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |