From: David Taylor Date: Mon, 8 Feb 1999 17:07:06 +0000 (+0000) Subject: dsrec.c (make_srec): cast targ_addr to int in call to sprintf, otherwise on X-Git-Tag: gdb-4_18~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a5e06a2dbb54d0725dd42b2c2c88247684797a3;p=external%2Fbinutils.git 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) --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49cab68..86bc21f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 8 12:05:05 1999 David Taylor + + * 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 * infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed