aboutsummaryrefslogtreecommitdiffstats
path: root/dyngen-exec.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-09 18:28:36 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-09 18:28:36 +0000
commit15abc4514ef2699cbbe1ab3c09ce72002ccb8215 (patch)
tree1a044ab9fe1001eaf5a3366b274b62817c54e0e0 /dyngen-exec.h
parent8f9b157e063ee31b656d31d2367c5676ca16665f (diff)
Remove unused code from dyngen-exec.h
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6579 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'dyngen-exec.h')
-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__)