This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] sim/erc32/ max simulation time extended by using 64bit ints


Hey all,

This patch solves the problem that the sparc instruction simulator (SIS) would hang after a few minutes of simulation time (time depending on speed of host pc), because of the use of 32 bit counters internally.

This patch doesn't change anything to simulator behaviour, except that it allows for longer simulation times.

There may be a problem with the use of 64 bit integers, but that was also there before this patch.

Thanks,

Tiemen Schut

Attachment: sis-V3.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]