All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [6579] Remove unused code from dyngen-exec.h
@ 2009-02-09 18:28 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-02-09 18:28 UTC (permalink / raw)
  To: qemu-devel

Revision: 6579
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6579
Author:   aurel32
Date:     2009-02-09 18:28:36 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
Remove unused code from dyngen-exec.h

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/dyngen-exec.h

Modified: trunk/dyngen-exec.h
===================================================================
--- trunk/dyngen-exec.h	2009-02-09 18:14:31 UTC (rev 6578)
+++ trunk/dyngen-exec.h	2009-02-09 18:28:36 UTC (rev 6579)
@@ -203,13 +203,6 @@
 #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__)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-09 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-09 18:28 [Qemu-devel] [6579] Remove unused code from dyngen-exec.h Aurelien Jarno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.