diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-23 09:00:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-23 09:00:22 +0000 |
commit | 32df89660fbc80c6a7278e0f10a92ec92352800c (patch) | |
tree | e6c82129f811b535fc971e42f6f691bee1249ee9 /binutils/ChangeLog | |
parent | 8c29f035d9fe007e6586a18e05b695a3de8e9aab (diff) | |
download | gdb-32df89660fbc80c6a7278e0f10a92ec92352800c.zip gdb-32df89660fbc80c6a7278e0f10a92ec92352800c.tar.gz gdb-32df89660fbc80c6a7278e0f10a92ec92352800c.tar.bz2 |
Accept -fo as an alias for -o
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6bc473b..ec73a37 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2003-04-23 Dimitrie O. Paun <dpaun@rogers.com> + Nick Clifton <nickc@redhat.com> + + * windres.c (long_options): Move close to main, where it is used. + Add 'input' and 'output' long options. + (main): Accept "-fo" as an alias for "-o". This is for rc + comptibility. + * doc/binutils.texi: Mention that -fo is accepted as an alias for + -o, but discourage its use. + 2003-04-22 Dimitrie O. Paun <dpaun@rogers.com> * windres.c (format_from_name): Make the exit on error |