diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2005-03-01 22:33:54 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2005-03-01 22:33:54 +0000 |
commit | 9e6526abc2641978389e5edeb25072cd8446abd8 (patch) | |
tree | bd56ae83d21e2457c30cf15eef0f73816eaf8217 /ChangeLog | |
parent | a985eb46c9c039d72104c4fafc801856a13052f0 (diff) | |
download | gdb-9e6526abc2641978389e5edeb25072cd8446abd8.tar.gz |
PR libgcj/20160
* ltmain.sh: Avoid creating archives with components that have
duplicate basenames.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 51991aecd90..a6b74444668 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 |