diff options
author | Per Bothner <per@bothner.com> | 1991-09-30 19:47:49 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-09-30 19:47:49 +0000 |
commit | 3fdbfe8d128643f27417fc04e8aa06aad64bf110 (patch) | |
tree | 3056801473d54e31e41fb79b59f39bff2d84f6c3 /binutils/ChangeLog | |
parent | dc9894c8b14172f3046b43fad45b0f281fe21374 (diff) | |
download | gdb-3fdbfe8d128643f27417fc04e8aa06aad64bf110.zip gdb-3fdbfe8d128643f27417fc04e8aa06aad64bf110.tar.gz gdb-3fdbfe8d128643f27417fc04e8aa06aad64bf110.tar.bz2 |
* bucomm.c (fatal): Conditionally compile fatal() depending on
MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
* objdump.c (dump_headers): Trivial output format change.
* objdump.c (display_info): Loop over integers, not enums,
to appease old compilers.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog new file mode 100644 index 0000000..09ebb4d --- /dev/null +++ b/binutils/ChangeLog @@ -0,0 +1,27 @@ +Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com) + + * bucomm.c (fatal): Conditionally compile fatal() depending on + MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS. + * objdump.c (dump_headers): Trivial output format change. + * objdump.c (display_info): Loop over integers, not enums, + to appease old compilers. + +Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com) + + *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files + +Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com) + from bother + * objdump.c (print_address): Make disasembled output more + consistent with gdb and as: Add 0x when printing hex. + Don't print extra leading zeros. + Attempt to not print "filename.o". + * objdump.c: Add some enum-to-int casts to accomodate old compilers. + + +Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com) + + * copy.c: Change =& constructs to = &, since they confuse older + C compilers. + + |