diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-12 08:35:26 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-12 08:35:26 +0000 |
commit | f31c21a995314267e86731644ea6e471cfb004cc (patch) | |
tree | e51ded7bebe13c6374a165cc7ae5120541f40339 /gcc/java | |
parent | 7908506dc32e18df07b8dd488e59cf88b2915830 (diff) | |
download | gcc-f31c21a995314267e86731644ea6e471cfb004cc.tar.gz |
fortran/
* lang.opt: Refer to the GCC internals documentation instead of c.opt.
ada/
* lang.opt: Refer to the GCC internals documentation instead of c.opt.
java/
* lang.opt: Refer to the GCC internals documentation instead of c.opt.
treelang/
* lang.opt: Refer to the GCC internals documentation instead of c.opt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98012 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/lang.opt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 3e3cc01fac5..1044784186b 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2005-04-11 Richard Sandiford <rsandifo@redhat.com> + + * lang.opt: Refer to the GCC internals documentation instead of c.opt. + 2005-04-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * java-tree.h: Don't use PARAMS(). diff --git a/gcc/java/lang.opt b/gcc/java/lang.opt index 0e4ffcfd994..86c3d2de1e6 100644 --- a/gcc/java/lang.opt +++ b/gcc/java/lang.opt @@ -18,7 +18,7 @@ ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA ; 02111-1307, USA. -; See c.opt for a description of this file's format. +; See the GCC internals manual for a description of this file's format. ; Please try to keep this file in ASCII collating order. |