diff options
Diffstat (limited to 'gcc/doc/trouble.texi')
-rw-r--r-- | gcc/doc/trouble.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index b2bf394..28bef4c 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -75,12 +75,6 @@ causes static variable destructors (currently used only in C++) not to be run. @item -On some SGI systems, when you use @option{-lgl_s} as an option, -it gets translated magically to @samp{-lgl_s -lX11_s -lc_s}. -Naturally, this does not happen when you use GCC@. -You must specify all three options explicitly. - -@item On a SPARC, GCC aligns all values of type @code{double} on an 8-byte boundary, and it expects every @code{double} to be so aligned. The Sun compiler usually gives @code{double} values 8-byte alignment, with one |