diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-31 00:25:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-31 00:25:51 +0000 |
commit | 1a4e6801e1ae290fe26d7e8e3b1fdab0c4b39412 (patch) | |
tree | 56279f5300e43f32544f21f76eec9708fc0952d6 /gcc/config/rs6000/rs6000-modes.def | |
parent | cffdd5503254a2d52e002b5def83d04befd1441c (diff) | |
download | gcc-1a4e6801e1ae290fe26d7e8e3b1fdab0c4b39412.tar.gz |
* config/rs6000/aix.h: Fix comment formatting.
* config/rs6000/rs6000-modes.def: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/rs6000/rs6000.h: Likewise.
* config/rs6000/rs6000.md: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75252 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/rs6000-modes.def')
-rw-r--r-- | gcc/config/rs6000/rs6000-modes.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000-modes.def b/gcc/config/rs6000/rs6000-modes.def index 1b6aa481fee..6f17f1a7acc 100644 --- a/gcc/config/rs6000/rs6000-modes.def +++ b/gcc/config/rs6000/rs6000-modes.def @@ -20,7 +20,7 @@ MA 02111-1307, USA. */ /* 128-bit floating point. ABI_V4 uses IEEE quad, AIX/Darwin - adjust this in rs6000_override_options. */ + adjust this in rs6000_override_options. */ FLOAT_MODE (TF, 16, ieee_quad_format); /* PSImode is used for the XER register. The XER register |