diff options
author | Steve Chamberlain <sac@cygnus> | 1995-10-11 20:40:45 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-10-11 20:40:45 +0000 |
commit | f051e1b0af460483f8296f1e0a3c67fab073c448 (patch) | |
tree | 54825fc097bef7fcd27fe0d5eeed377495904e2e /binutils/ChangeLog | |
parent | dc904637dbe0672922709a299c440da5964bea9d (diff) | |
download | gdb-f051e1b0af460483f8296f1e0a3c67fab073c448.zip gdb-f051e1b0af460483f8296f1e0a3c67fab073c448.tar.gz gdb-f051e1b0af460483f8296f1e0a3c67fab073c448.tar.bz2 |
Wed Oct 11 13:36:13 1995 steve chamberlain <sac@slash.cygnus.com>
* dlltool.c (mtable): HOW_ALIGN_LONG, new.
(d_ord): Deleted.
(d_low_ord, d_high_ord, d_named_funcs): New.
(gen_exp_file): Create noname entries correctly.
(gen_lib_file): Dump exports alphabetically.
(process_duplicates): Count nonamed functions.
(fill_ordinals): Keep track of highest ord too.
(mangle_defs): Create alphabetically ordered list of names.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 28f6db8..fc17768 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Wed Oct 11 13:36:13 1995 steve chamberlain <sac@slash.cygnus.com> + + * dlltool.c (mtable): HOW_ALIGN_LONG, new. + (d_ord): Deleted. + (d_low_ord, d_high_ord, d_named_funcs): New. + (gen_exp_file): Create noname entries correctly. + (gen_lib_file): Dump exports alphabetically. + (process_duplicates): Count nonamed functions. + (fill_ordinals): Keep track of highest ord too. + (mangle_defs): Create alphabetically ordered list of names. + Tue Oct 10 09:39:09 1995 steve chamberlain <sac@slash.cygnus.com> * Makefile.in (TOOL_PROGS): Include DLLTOOL_PROG. |