diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-12 17:34:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-12 17:34:19 +0000 |
commit | fe84ea5db28793a9ec7bc78962f0c67afab54c59 (patch) | |
tree | 6a2c7fb930e334e7f6e37cdbcecc07d085718d70 /binutils/ChangeLog | |
parent | 71add731336d5a00710088c981edb9d6de3e2de9 (diff) | |
download | gdb-fe84ea5db28793a9ec7bc78962f0c67afab54c59.zip gdb-fe84ea5db28793a9ec7bc78962f0c67afab54c59.tar.gz gdb-fe84ea5db28793a9ec7bc78962f0c67afab54c59.tar.bz2 |
* ar.c (full_pathname): New static variable.
(map_over_members): Call normalize on command line parameter.
(usage): Mention P modifier.
(normalize): If full_pathname is true, don't do anything.
(main): Accept P modifier.
* binutils.texi, ar.1: Document P modifier.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1347578..ce2dede 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +1999-09-12 Ian Lance Taylor <ian@zembu.com> + + * ar.c (full_pathname): New static variable. + (map_over_members): Call normalize on command line parameter. + (usage): Mention P modifier. + (normalize): If full_pathname is true, don't do anything. + (main): Accept P modifier. + * binutils.texi, ar.1: Document P modifier. + 1999-09-09 Andreas Schwab <schwab@suse.de> * binutils.texi: Add info dir entries for all programs described |