summaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
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.