diff options
author | Jakub Jelinek <jakub@redhat.com> | 2001-11-05 16:20:37 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2001-11-05 16:20:37 +0000 |
commit | 5e9520c87752aaf3f7920cc231ca50245c364a38 (patch) | |
tree | 1f931e9c2675531d0a4b51df3805fb338867e724 /binutils/ChangeLog | |
parent | 54589086a88ece0455faf23010d847b1c9fefa54 (diff) | |
download | binutils-5e9520c87752aaf3f7920cc231ca50245c364a38.zip binutils-5e9520c87752aaf3f7920cc231ca50245c364a38.tar.gz binutils-5e9520c87752aaf3f7920cc231ca50245c364a38.tar.bz2 |
* arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
* arsup.c (ar_open): Prepend tmp- to basename, not whole path.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 11f2b78..bc8fc57 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2001-11-05 Jakub Jelinek <jakub@redhat.com> + + * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>. + + * arsup.c (ar_open): Prepend tmp- to basename, not whole path. + 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com> * MAINTAINERS: Add self as s390/s390x maintainer. |