aboutsummaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1999-08-02 15:58:04 -0700
committerRichard Henderson <rth@gcc.gnu.org>1999-08-02 15:58:04 -0700
commit1cb36a981d95f29f37fef511b88a04c48cfa90cc (patch)
treea4298750822ac9991259b44746e7970194b4f6a4 /gcc/acconfig.h
parente76d23764b387e9636b5d568b62531019f7f2273 (diff)
downloadgcc-1cb36a981d95f29f37fef511b88a04c48cfa90cc.zip
gcc-1cb36a981d95f29f37fef511b88a04c48cfa90cc.tar.gz
gcc-1cb36a981d95f29f37fef511b88a04c48cfa90cc.tar.bz2
Jakub Jelinek <jj@ultra.linux.cz>
* config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro. (RTX_OK_FOR_OLO10): Likewise. (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable %lo(), allow it in addresses... (PRINT_OPERAND_ADDRESS): ... and print it appropriately. * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo() does not make sense. * config/sparc/sparc.c (sparc_hard_reg_printed): New array. (sparc_output_scratch_registers): New function. (output_function_prologue, sparc_flat_output_function_prologue): Use it. * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if defined. * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it. * configure.in: Add check for .register pseudo-op support in as and check for offsetable %lo(). * acconfig.h: Add templates for the above checks. * configure: Regenerate. Richard Henderson <rth@cygnus.com> * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS. * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise. * sparc/sol2.h (TARGET_DEFAULT): Likewise. From-SVN: r28414
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index d702b0e..18fe211 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -29,6 +29,12 @@
/* Define if your assembler supports .balign and .p2align. */
#undef HAVE_GAS_BALIGN_AND_P2ALIGN
+/* Define if your assembler supports offsetable %lo(). */
+#undef HAVE_AS_OFFSETABLE_LO10
+
+/* Define if your assembler supports .register. */
+#undef HAVE_AS_REGISTER_PSEUDO_OP
+
/* Define if your assembler supports .subsection and .subsection -1 starts
emitting at the beginning of your section */
#undef HAVE_GAS_SUBSECTION_ORDERING