diff options
| -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 |
