mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* run.c (main): Explicitly cast malloc() parameter. This is needed because for certain builds the size field being given to malloc() is actually 64bits long, and without a cast or malloc prototype the resulting value used by malloc() depended on the host endianness, and how long long paramaters are passed into functions.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
|
|
|
|
* run.c (main): Explicitly cast malloc() parameter.
|
|
|
|
Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
|
|
|
* run.c (sim_bfd): New global to hold the bfd pointer for the
|
|
executable.
|
|
(main): Initialize sim_bfd.
|
|
|
|
Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
* run.c (main): Use new bfd_big_endian macro.
|
|
|
|
Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
|
|
|
|
* run.c (main): Removed SH specific comments, so source is
|
|
generic. Also updated to only load relevant sections. Moved
|
|
sim_open() to after callback attach (to match GDB).
|
|
|
|
* run.1: Removed SH specific comments.
|
|
|
|
Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
|
|
|
* run.c (main): Always return sigrc at end.
|
|
|
|
Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
|
|
|
* run.c (main): Print error diagnostic and exit if bfd_openr() or
|
|
bfd_check_format() fails.
|
|
|
|
Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
|
|
|
|
* run.c, run.1: From sh directory.
|
|
|
|
|