]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/common/ChangeLog
sim: callback: convert FS interfaces to 64-bit
authorMike Frysinger <vapier@gentoo.org>
Sat, 24 Apr 2021 18:40:43 +0000 (14:40 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 15 May 2021 01:16:40 +0000 (21:16 -0400)
commit2fbe9507bfba58a6a000d231fe735bad1f245b55
tree8b4709489be830480eae1d98a37b2df8af5d60d1
parent00330cd18a4ba83beabad4cb9f4215170828cd29
sim: callback: convert FS interfaces to 64-bit

Rather than rely on off_t being the right size between the host &
target, have the interface always be 64-bit.  We can figure out if
we need to truncate when actually outputting it to the right target.
include/sim/ChangeLog
include/sim/callback.h
sim/common/ChangeLog
sim/common/callback.c
sim/common/sim-io.c
sim/common/sim-io.h