mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
254c3783fe
These were written with 32-bit host assumptions baked into it. Simplify the printf formats to use ll length modifier as it's in C11 rather than trying to manually break it up into two, and cleanup some of the casts to stop assuming sizeof(long) is the same as sizeof(int). We also have to add a few more includes for the various funcs used in here. The tests aren't compiled automatically still. We can figure that out later with more work. |
||
---|---|---|
.. | ||
alu-n-tst.h | ||
alu-tst.c | ||
bits-gen.c | ||
bits-tst.c | ||
fpu-tst.c | ||
Makefile.in |