diff options
author | Bryce McKinlay <bryce@gcc.gnu.org> | 2000-10-09 02:55:35 +0100 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2000-10-09 02:55:35 +0100 |
commit | f01c1eb38483d8a59302ffb37e3788085ab3048c (patch) | |
tree | fe5d157b35c39042b754952beebde85483104dba | |
parent | 6a3bad7d9850afa8c301363c0bfde69319ce5cc4 (diff) | |
download | gcc-f01c1eb38483d8a59302ffb37e3788085ab3048c.zip gcc-f01c1eb38483d8a59302ffb37e3788085ab3048c.tar.gz gcc-f01c1eb38483d8a59302ffb37e3788085ab3048c.tar.bz2 |
update
From-SVN: r36795
-rw-r--r-- | libjava/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 0486f6b..b8f7c54 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,9 +1,9 @@ 2000-10-09 Bryce McKinlay <bryce@albatross.co.nz> * include/jvm.h: Enable __builtin_expect(). - - * name-finder.cc (lookup): Don't trust dladdr() if the address is from - the main program. Fix for PR libgcj/341. + + * name-finder.cc (lookup): Don't trust dladdr() if the address is from + the main program. Fix for PR libgcj/341. 2000-10-07 Tom Tromey <tromey@cygnus.com> |