diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2003-05-31 11:31:41 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2003-05-31 09:31:41 +0000 |
commit | 5fb5709764a36a33083c5edcc473ea59da915a42 (patch) | |
tree | 8a8f514bbb71e692b1ca5fdf393e53caa400d4d0 | |
parent | 8a69f99fc9ba625676c93c510e1302fae80874f6 (diff) | |
download | gcc-5fb5709764a36a33083c5edcc473ea59da915a42.zip gcc-5fb5709764a36a33083c5edcc473ea59da915a42.tar.gz gcc-5fb5709764a36a33083c5edcc473ea59da915a42.tar.bz2 |
install.texi (mips-sgi-irix5): Add missing HTML <hr> marker.
* doc/install.texi (mips-sgi-irix5): Add missing
HTML <hr> marker.
From-SVN: r67265
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 05ba8ae..af2db15 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr> + * doc/install.texi (mips-sgi-irix5): Add missing + HTML <hr> marker. + +2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr> + * doc/md.texi (Machine Constraints): Document missing SPARC constraints. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ba17f86..aaa8055 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2625,6 +2625,9 @@ configure for @samp{mipsel-elf} as a workaround. The @samp{mips*-*-linux*} target continues to use the MIPS II routines. More work on this is expected in future releases. +@html +<hr /> +@end html @heading @anchor{mips-sgi-irix5}mips-sgi-irix5 This configuration has considerable problems, which will be fixed in a |