https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65649
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nickc at redhat dot com
--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
Created attachment 35373
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35373&action=edit
Use %lx/%ld to print long types
Hi Guys,
Here is a patch to fix this problem. The bug is that in a couple of places
the microblaze backend is using %llx to print out the value of a long type. On
a 64-bit host this does not matter, but compiling on a 32-bit host the result
is extra garbage digits in the output.
Cheers
Nick