diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-29 00:04:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-29 00:04:11 +0000 |
commit | c027e8b019c4a6b0d07b6022fcb71c990e6c6e6b (patch) | |
tree | 80d13a57ba453ce67a2eb29af55f133080505a5c /binutils/ChangeLog | |
parent | 47cbef8df8be011e41bf8274a9f64146bf26b37f (diff) | |
download | gdb-c027e8b019c4a6b0d07b6022fcb71c990e6c6e6b.zip gdb-c027e8b019c4a6b0d07b6022fcb71c990e6c6e6b.tar.gz gdb-c027e8b019c4a6b0d07b6022fcb71c990e6c6e6b.tar.bz2 |
clean up IMPORTS changes
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 896ab5b..33d5723 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,9 +1,14 @@ Tue Apr 28 10:33:07 1998 Bill Moyer <ttk@cygnus.com> - - * dlltool.c, defparse.y, dlltool.h: added support - for parsing IMPORT declarations from input def - file correctly, added .idata sections to exp-file - object code. + + Add support for IMPORTS: + * defparse.y (impline): Add IMPORTS syntaxes. + * dlltool.c (ifunctype, iheadtype): New typedefs. + (import_list): New static variable. + (append_import): New static function. + (def_import): Add an entry to import_list. + (generate_idata_ofile): New static function. + (gen_exp_file): Call generate_idata_ofile. + * dlltool.h (def_import): Update declaration. Mon Apr 27 16:39:22 1998 Ian Lance Taylor <ian@cygnus.com> |