diff options
author | Steve Chamberlain <sac@cygnus> | 1995-10-13 18:08:46 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-10-13 18:08:46 +0000 |
commit | 87b1a0733bfc6079476670544df74d93f4bc0824 (patch) | |
tree | 9dc06ae87742f718494665cd0da57c326e99bb40 /binutils | |
parent | 95037710caf0f84b0adc1d366c8b92eda8aeb255 (diff) | |
download | gdb-87b1a0733bfc6079476670544df74d93f4bc0824.zip gdb-87b1a0733bfc6079476670544df74d93f4bc0824.tar.gz gdb-87b1a0733bfc6079476670544df74d93f4bc0824.tar.bz2 |
Fri Oct 13 11:04:37 1995 steve chamberlain <sac@slash.cygnus.com>
* deflex.l: Allow quoting of IDs.
* defparse.y (%union): string deleted.
(command): DESCRIPTION takes ID.
* dlltool.c (gen_def_file): Quote outgoing name if
necessary. Preserve NONAME.
(gen_lib_file): Run ranlib.
(workout_prefix): Deleted.
(main, usage, long_options): Add --as, --ranlib, --ar options.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fc17768..30598b2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Fri Oct 13 11:04:37 1995 steve chamberlain <sac@slash.cygnus.com> + + * deflex.l: Allow quoting of IDs. + * defparse.y (%union): string deleted. + (command): DESCRIPTION takes ID. + * dlltool.c (gen_def_file): Quote outgoing name if + necessary. Preserve NONAME. + (gen_lib_file): Run ranlib. + (workout_prefix): Deleted. + (main, usage, long_options): Add --as, --ranlib, --ar options. + Wed Oct 11 13:36:13 1995 steve chamberlain <sac@slash.cygnus.com> * dlltool.c (mtable): HOW_ALIGN_LONG, new. |