aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dyngen-exec.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/dyngen-exec.h b/dyngen-exec.h
index 4693eac83..226b114cc 100644
--- a/dyngen-exec.h
+++ b/dyngen-exec.h
@@ -203,13 +203,6 @@ extern int printf(const char *, ...);
#define stringify(s) tostring(s)
#define tostring(s) #s
-#if defined(__alpha__) || defined(__s390__)
-/* the symbols are considered non exported so a br immediate is generated */
-#define __hidden __attribute__((visibility("hidden")))
-#else
-#define __hidden
-#endif
-
/* The return address may point to the start of the next instruction.
Subtracting one gets us the call instruction itself. */
#if defined(__s390__)