diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-06 12:58:50 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-04-06 12:58:50 -0700 |
commit | eadf0fe6b590ac2eeb65198a215c41828808ce8b (patch) | |
tree | 437bb5651b58e791563390c6d68095538d5b1991 /gcc | |
parent | 8c8a8e34f48cc57211432d6c87b44fb5eeaf0232 (diff) | |
download | gcc-eadf0fe6b590ac2eeb65198a215c41828808ce8b.zip gcc-eadf0fe6b590ac2eeb65198a215c41828808ce8b.tar.gz gcc-eadf0fe6b590ac2eeb65198a215c41828808ce8b.tar.bz2 |
*** empty log message ***
From-SVN: r697
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 8f1cee3..c510240 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -85,7 +85,7 @@ extern int target_flags; /* Nonzero means that reference doublewords as if they were guaranteed to be aligned...if they aren't, too bad for the user! - Like -fast in Sun cc. */ + Like -dalign in Sun cc. */ #define TARGET_HOPE_ALIGN (target_flags & 16) /* Nonzero means that make sure all doubles are on 8-byte boundaries. */ |