diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-03 20:28:02 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-03 20:28:02 +0000 |
commit | c9eabb6da1e2c8fbdca4e9ab3fff5cfda3865f23 (patch) | |
tree | fc1045ddc2ae28ae1e8c91ac9354691f08450ec9 /gcc/config.in | |
parent | b5a0636d0b999957265e206ca9e6da21490ebb8d (diff) | |
download | gcc-c9eabb6da1e2c8fbdca4e9ab3fff5cfda3865f23.tar.gz |
* configure.ac: Test for .dtprelword support on MIPS.
* configure, config.in: Regenerate.
* config/mips/mips.c (mips_output_dwarf_dtprel): New.
(TARGET_ASM_OUTPUT_DWARF_DTPREL): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126273 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index e5faa7a5188..30b1c426659 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -185,6 +185,12 @@ #endif +/* Define if your assembler supports .dtprelword. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_DTPRELWORD +#endif + + /* Define if your assembler supports dwarf2 .file/.loc directives, and preserves file table indices exactly as given. */ #ifndef USED_FOR_TARGET |