diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-28 09:55:14 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-28 09:55:14 +0000 |
commit | 66e333b19dd684c799dc6fc81e183dee40625ea7 (patch) | |
tree | 5146166a87e177804669e56c1b3162ff14652854 /gcc/config.in | |
parent | 02643ebcd30a2d2e47f7cb3b504264950dbac2a2 (diff) | |
download | gcc-66e333b19dd684c799dc6fc81e183dee40625ea7.tar.gz |
* config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT,
ASM_OUTPUT_DWARF_PCREL): Define.
* config/sparc/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
* configure.in (HAVE_AS_SPARC_UA_PCREL): Check whether as supports
.uaword %r_disp32() and linker handles it correctly.
* configure, config.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48344 138bc75d-0d04-0410-961f-82ee72b054a4
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 504907d96a0..099a0d2cd47 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -535,6 +535,9 @@ /* Define if your assembler supports -relax option. */ #undef HAVE_AS_RELAX_OPTION +/* Define if your assembler and linker support unaligned PC relative relocs. */ +#undef HAVE_AS_SPARC_UA_PCREL + /* Define if the assembler supports 64bit sparc. */ #undef AS_SPARC64_FLAG |