diff options
Diffstat (limited to 'contrib/gcc/config/sparc/lynx.h')
-rw-r--r-- | contrib/gcc/config/sparc/lynx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/gcc/config/sparc/lynx.h b/contrib/gcc/config/sparc/lynx.h index 866612d..805f65f 100644 --- a/contrib/gcc/config/sparc/lynx.h +++ b/contrib/gcc/config/sparc/lynx.h @@ -19,7 +19,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #undef ASM_OUTPUT_IDENT -#undef SELECT_RTX_SECTION #define BSS_SECTION_ASM_OP "\t.section\t\".bss\"" @@ -39,7 +38,7 @@ Boston, MA 02111-1307, USA. */ #undef LINK_SPEC -/* Sparc version of libc.a has references to libm.a (printf calls pow for +/* SPARC version of libc.a has references to libm.a (printf calls pow for instance), so we must always link both. */ #undef LIB_SPEC |