Commit 15abc4514ef2699cbbe1ab3c09ce72002ccb8215

Authored by aurel32
1 parent 8f9b157e

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
Showing 1 changed file with 0 additions and 7 deletions
dyngen-exec.h
... ... @@ -203,13 +203,6 @@ extern int printf(const char *, ...);
203 203 #define stringify(s) tostring(s)
204 204 #define tostring(s) #s
205 205  
206   -#if defined(__alpha__) || defined(__s390__)
207   -/* the symbols are considered non exported so a br immediate is generated */
208   -#define __hidden __attribute__((visibility("hidden")))
209   -#else
210   -#define __hidden
211   -#endif
212   -
213 206 /* The return address may point to the start of the next instruction.
214 207 Subtracting one gets us the call instruction itself. */
215 208 #if defined(__s390__)
... ...