mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 13:30:30 +00:00
dsrec.c (make_srec): cast targ_addr to int in call to sprintf, otherwise on
big endian machines (e.g., sparc) with a bfd_vma of 64 bits, everything gets loaded at location 0. (PR 18929)
This commit is contained in:
parent
715c11f963
commit
2a5e06a2db
@ -1,3 +1,9 @@
|
||||
Mon Feb 8 12:05:05 1999 David Taylor <taylor@texas.cygnus.com>
|
||||
|
||||
* dsrec.c (make_srec): cast targ_addr to int in call to sprintf
|
||||
otherwise on big endian machine with a bfd_vma of 64 bits,
|
||||
*everything* gets loaded at location 0. (PR 18929)
|
||||
|
||||
Mon Jan 4 10:05:43 1999 Frank Ch. Eigler <fche@cygnus.com>
|
||||
|
||||
* infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed
|
||||
|
Loading…
Reference in New Issue
Block a user