summaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-07-18 16:39:36 -0400
committermidipix <writeonce@midipix.org>2015-07-18 16:39:36 -0400
commit7a5252e170f6e2c6c1d483fe7f2ba56e98b1f8a2 (patch)
tree6366afc8ae9639a8fe936bd05edc3602fd489bd9 /gcc/defaults.h
parent49e286b1a48614877b448f7638d5d348a7dba9f5 (diff)
downloadcbb-gcc-4.6.4-7a5252e170f6e2c6c1d483fe7f2ba56e98b1f8a2.tar.bz2
cbb-gcc-4.6.4-7a5252e170f6e2c6c1d483fe7f2ba56e98b1f8a2.tar.xz
initial implementation of GOT entries and initial support of PE visibility
for the midipix targets. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r--gcc/defaults.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h
index 815ddd243..f72f5fcb1 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -304,6 +304,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define USER_LABEL_PREFIX ""
#endif
+/* optional generation of GOT entries */
+#ifndef ASM_OUTPUT_GOT_ENTRY
+#define ASM_OUTPUT_GOT_ENTRY(STREAM,NAME,DECL,SECTION)
+#endif
+
/* If the target supports weak symbols, define TARGET_ATTRIBUTE_WEAK to
provide a weak attribute. Else define it to nothing.