diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cca0ae4..b0c8eff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2001-01-10 Phil Edwards <pme@sources.redhat.com> + * invoke.texi: Fix another typo. + +2001-01-10 Phil Edwards <pme@sources.redhat.com> + * invoke.texi: Fix typo. 2001-01-10 Neil Booth <neil@daikokuya.demon.co.uk> diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 6eef8ca..0f32b02 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -6480,7 +6480,7 @@ will be modified. @item -m96bit-long-double @itemx -m96bit-long-double -Set the size of @code{long double} to 96 bytes as required by the i386 +Set the size of @code{long double} to 96 bits as required by the i386 application binary interface. This is the default. @item -msvr3-shlib |