diff options
author | Brian Ford <ford@gcc.gnu.org> | 2004-04-30 18:50:28 +0000 |
---|---|---|
committer | Brian Ford <ford@gcc.gnu.org> | 2004-04-30 18:50:28 +0000 |
commit | d38bc601796ae126c74825b6d4d8c5ad729eeaf6 (patch) | |
tree | 6ca538f8a2e1a684f946ef569d5dddfd512a77d1 /gcc/config.in | |
parent | 55ce9c52a2a92950c252e8d5a34a3b018448df11 (diff) | |
download | gcc-d38bc601796ae126c74825b6d4d8c5ad729eeaf6.tar.gz |
* config/i386/cygming.h [HAVE_GAS_PE_SECREL32_RELOC]
(DWARF2_DEBUGGING_INFO): Define to enable.
(DBX_REGISTER_NUMBER): Define to use the svr4 register map for
DWARF2.
* configure.ac (Target-specific assembler checks)
<i[34567]86-*-[cygwin*|pe|mingw32*]>: New test for .secrel32
relocs.
* configure: Regenerate.
* config.in: Likewise.
* config/i386/cygming.h [HAVE_GAS_PE_SECREL32_RELOC]
(ASM_OUPUT_DWARF_OFFSET): Define.
From-SVN: r81359
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 2d8f5836dc1..82b548f7ebd 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -262,6 +262,10 @@ skip when using the GAS .p2align command. */ #undef HAVE_GAS_MAX_SKIP_P2ALIGN +/* Define if your assembler and linker support 32-bit section relative relocs + via '.secrel32 label'. */ +#undef HAVE_GAS_PE_SECREL32_RELOC + /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag. */ #undef HAVE_GAS_SHF_MERGE |