diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 15:46:22 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 15:46:22 +0000 |
commit | 27abdf9ab7d14052502d90283270e80a4f4e2df7 (patch) | |
tree | 8678d685f4f6dc8387a7d07d2a6f60a6e04300a3 /libjava | |
parent | 5efcab60b3e785c320640060c054ae37b5466a12 (diff) | |
download | gcc-27abdf9ab7d14052502d90283270e80a4f4e2df7.tar.gz |
2008-08-05 Matthias Klose <doko@ubuntu.com>
* HACKING: Update instructions how to build gcj/javaprims.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138732 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 4 | ||||
-rw-r--r-- | libjava/HACKING | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 85863314829..f9b879330ef 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2008-08-05 Matthias Klose <doko@ubuntu.com> + + * HACKING: Update instructions how to build gcj/javaprims.h. + 2008-08-04 Tom Tromey <tromey@redhat.com> PR libgcj/31890: diff --git a/libjava/HACKING b/libjava/HACKING index 03563b2afa2..e6a0f4c48f5 100644 --- a/libjava/HACKING +++ b/libjava/HACKING @@ -184,6 +184,6 @@ If you add a class to java.lang, java.io, or java.util entire contents of the namespace) * Then insert the output of `perl scripts/classes.pl' into the file - at that point. This must be run from the build tree, in - <build>/classpath/lib; it uses the .class file name to determine + at that point. This must be run from the source tree, in + libjava/classpath/lib; it uses the .class file name to determine what to print. |