diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-08-05 23:00:38 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-08-05 23:00:38 +0000 |
commit | 7cddea89c21421399e0f7c4b1483a11e135df06c (patch) | |
tree | fd6e73463bdc675dbca7fa306fe91476d068590e /gcc/config/sparc/splet.h | |
parent | 8763f24355b24ecb53c725bfd023193e41720e0c (diff) | |
download | gcc-7cddea89c21421399e0f7c4b1483a11e135df06c.tar.gz |
Add comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/splet.h')
-rw-r--r-- | gcc/config/sparc/splet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/sparc/splet.h b/gcc/config/sparc/splet.h index 5e5d6498e6c..a868f65897a 100644 --- a/gcc/config/sparc/splet.h +++ b/gcc/config/sparc/splet.h @@ -21,6 +21,8 @@ Boston, MA 02111-1307, USA. */ #include "sparc/aout.h" +/* -mbroken-saverestore is not included here because the long term + default is -mno-broken-saverestore. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_APP_REGS + MASK_EPILOGUE) |