aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2007-03-12 10:00:11 -0700
committerRichard Henderson <rth@gcc.gnu.org>2007-03-12 10:00:11 -0700
commit24c78b3ac825438a465e37f31617828f52a0c33b (patch)
tree3f5c321fba3fdcace11d598532641007f7ea803d /gcc/config/darwin.h
parent3026f2dfd9cc61191297488551c287f321375205 (diff)
downloadgcc-24c78b3ac825438a465e37f31617828f52a0c33b.zip
gcc-24c78b3ac825438a465e37f31617828f52a0c33b.tar.gz
gcc-24c78b3ac825438a465e37f31617828f52a0c33b.tar.bz2
darwin.c (machopic_reloc_rw_mask): New.
* config/darwin.c (machopic_reloc_rw_mask): New. * config/darwin-protos.h (machopic_reloc_rw_mask): Declare. * config/darwin.h (TARGET_ASM_RELOC_RW_MASK): New. From-SVN: r122846
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r--gcc/config/darwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index efe1ef0..07cc776 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -701,6 +701,8 @@ extern GTY(()) section * darwin_sections[NUM_DARWIN_SECTIONS];
#define TARGET_ASM_UNIQUE_SECTION darwin_unique_section
#undef TARGET_ASM_FUNCTION_RODATA_SECTION
#define TARGET_ASM_FUNCTION_RODATA_SECTION default_no_function_rodata_section
+#undef TARGET_ASM_RELOC_RW_MASK
+#define TARGET_ASM_RELOC_RW_MASK machopic_reloc_rw_mask
#define ASM_DECLARE_UNRESOLVED_REFERENCE(FILE,NAME) \