aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1999-02-08 17:07:06 +0000
committerDavid Taylor <taylor@redhat.com>1999-02-08 17:07:06 +0000
commit2a5e06a2dbb54d0725dd42b2c2c88247684797a3 (patch)
tree34b6a95919a285961c9260971332a2d0583ef615 /gdb
parent715c11f963fe6412d91c27e74f1e3c6a907b0fed (diff)
downloadgdb-2a5e06a2dbb54d0725dd42b2c2c88247684797a3.zip
gdb-2a5e06a2dbb54d0725dd42b2c2c88247684797a3.tar.gz
gdb-2a5e06a2dbb54d0725dd42b2c2c88247684797a3.tar.bz2
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)
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <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