diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-04-04 00:21:12 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2002-04-04 00:21:12 +0200 |
commit | cf7b8b0dc4258c4530a283000eea788c211029f9 (patch) | |
tree | 091328bb6081469a81cc1ad025cef01558e76c9e /gcc/config.in | |
parent | 9d7013b8ac6b072089612f9bb48461b1cd3df259 (diff) | |
download | gcc-cf7b8b0dc4258c4530a283000eea788c211029f9.zip gcc-cf7b8b0dc4258c4530a283000eea788c211029f9.tar.gz gcc-cf7b8b0dc4258c4530a283000eea788c211029f9.tar.bz2 |
configure.in (HAVE_SPARC_UA_PCREL_HIDDEN): Test whether %r_disp32() works properly with .hidden symbols.
* configure.in (HAVE_SPARC_UA_PCREL_HIDDEN): Test whether %r_disp32()
works properly with .hidden symbols.
* configure: Rebuilt.
* config.in: Rebuilt.
* config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
DW_EH_PE_absptr for flag_pic && GLOBAL if %r_disp32() doesn't work
properly with .hidden symbols.
From-SVN: r51816
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index fbe9acd..bd43cb8 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -529,6 +529,9 @@ /* Define if your assembler and linker support unaligned PC relative relocs. */ #undef HAVE_AS_SPARC_UA_PCREL +/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ +#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN + /* Define if the assembler supports 64bit sparc. */ #undef AS_SPARC64_FLAG |