qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4636] Add TLS sections.
@ 2008-05-31 16:21 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-05-31 16:21 UTC (permalink / raw)
  To: qemu-devel

Revision: 4636
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4636
Author:   pbrook
Date:     2008-05-31 16:21:33 +0000 (Sat, 31 May 2008)

Log Message:
-----------
Add TLS sections.

Modified Paths:
--------------
    trunk/i386.ld

Modified: trunk/i386.ld
===================================================================
--- trunk/i386.ld	2008-05-31 16:11:38 UTC (rev 4635)
+++ trunk/i386.ld	2008-05-31 16:21:33 UTC (rev 4636)
@@ -69,6 +69,8 @@
   /* Adjust the address for the data segment.  We want to adjust up to
      the same address within the page on the next page up.  */
   . = ALIGN(0x100000) + (. & (0x100000 - 1));
+  .tdata	  : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
+  .tbss		  : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
   .data    :
   {
     *(.data)

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

only message in thread, other threads:[~2008-05-31 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31 16:21 [Qemu-devel] [4636] Add TLS sections Paul Brook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).