diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-01 22:27:43 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-01 22:27:43 +0000 |
commit | b3fc57d42291e360b91244414062707d302572fd (patch) | |
tree | 3ab2551d909d0986b862ba50b7315c76427d3e29 /ChangeLog | |
parent | 85c825bc6c9f8a2ec110b73715665f6b1b15c502 (diff) | |
download | gcc-b3fc57d42291e360b91244414062707d302572fd.tar.gz |
PR libgcj/20160
* ltmain.sh: Avoid creating archives with components that have
duplicate basenames.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 81964658f09..5d7a65a5de1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-01 Alexandre Oliva <aoliva@redhat.com> + + PR libgcj/20160 + * ltmain.sh: Avoid creating archives with components that have + duplicate basenames. + 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu> PR bootstrap/20250 |