diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-15 22:48:06 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-15 22:48:06 +0000 |
commit | 7800959d242076fdcbf694e75ac731ba8b61ee0d (patch) | |
tree | 28007d4004633363bcf80433f7aa22989ce61c32 /gcc/doc/trouble.texi | |
parent | 55a802aea9950d1b6144d5526d1a776cd1f79119 (diff) | |
download | ppe42-gcc-7800959d242076fdcbf694e75ac731ba8b61ee0d.tar.gz ppe42-gcc-7800959d242076fdcbf694e75ac731ba8b61ee0d.zip |
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.6: Likewise.
* config.gcc: Likewise.
* dwarfout.c: Likewise.
* reload1.c: Likewise.
* simplify-rtx.c: Likewise.
* unwind-sjlj.c: Likewise.
* config/avr/avr.h: Likewise.
* config/d30v/d30v.h: Likewise.
* config/frv/frv.c: Likewise.
* config/frv/frv.h: Likewise.
* config/ip2k/ip2k.h: Likewise.
* config/m88k/m88k-move.sh: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/stormy16/stormy16.h: Likewise.
* doc/extend.texi: Likewise.
* doc/interface.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/md.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/tm.texi: Likewise.
* doc/trouble.texi: Likewise.
* ginclude/float.h: Likewise.
* treelang/treelang.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57179 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/trouble.texi')
-rw-r--r-- | gcc/doc/trouble.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index 446fcccdc4c..d6ba63259d6 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -163,7 +163,7 @@ 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 +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 exception: function arguments of type @code{double} may not be aligned. @@ -202,7 +202,7 @@ Storing into the pointer can be done likewise with the same union. @item On Solaris, the @code{malloc} function in the @file{libmalloc.a} library may allocate memory that is only 4 byte aligned. Since GCC on the -Sparc assumes that doubles are 8 byte aligned, this may result in a +SPARC assumes that doubles are 8 byte aligned, this may result in a fatal signal if doubles are stored in memory allocated by the @file{libmalloc.a} library. @@ -219,7 +219,7 @@ when linking, compile and link against the file @file{mit/util/misc/dlsym.c} from the MIT version of X windows. @item -The 128-bit long double format that the Sparc port supports currently +The 128-bit long double format that the SPARC port supports currently works by using the architecturally defined quad-word floating point instructions. Since there is no hardware that supports these instructions they must be emulated by the operating system. Long |