diff options
author | Steve Chamberlain <sac@cygnus> | 1995-08-31 23:34:09 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-08-31 23:34:09 +0000 |
commit | a65619c8fd0d407c5c08d89c3bbe71ceb5e1605a (patch) | |
tree | 14f578751e495196c3b7d10671922f2dc24c2afb /binutils/ChangeLog | |
parent | 4e98461f60a9bcfdcf5c4c42409bef64b834f8e1 (diff) | |
download | gdb-a65619c8fd0d407c5c08d89c3bbe71ceb5e1605a.zip gdb-a65619c8fd0d407c5c08d89c3bbe71ceb5e1605a.tar.gz gdb-a65619c8fd0d407c5c08d89c3bbe71ceb5e1605a.tar.bz2 |
Thu Aug 31 16:30:22 1995 steve chamberlain <sac@slash.cygnus.com>
* dlltool.c (add_indirect): New.
(asm_prefix): New
(gen_exp_file): Timestamp should be 0. Insert prefix when
needed. New code for indirection.
(gen_lib_file): Timestamp should be 0. Insert prefix
when needed.
(usage): Document --add-indirect.
(main): Cope with new option.
* objdump.c (dump_private_headers): New.
(usage): Document new option.
(long_option): Add private-headers.
(dump_bfd_private_header): New.
(main): Cope with new option.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a88bacd..8090687 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +Thu Aug 31 16:30:22 1995 steve chamberlain <sac@slash.cygnus.com> + + * dlltool.c (add_indirect): New. + (asm_prefix): New + (gen_exp_file): Timestamp should be 0. Insert prefix when + needed. New code for indirection. + (gen_lib_file): Timestamp should be 0. Insert prefix + when needed. + (usage): Document --add-indirect. + (main): Cope with new option. + + * objdump.c (dump_private_headers): New. + (usage): Document new option. + (long_option): Add private-headers. + (dump_bfd_private_header): New. + (main): Cope with new option. + Thu Aug 31 04:09:16 1995 Doug Evans <dje@canuck.cygnus.com> * dlltool.c (run): Add missing 3rd arg to waitpid. |