|
From: | ccoutant at google dot com |
Subject: | [Bug gold/16320] Gold generates odd MemSiz for TLS segment |
Date: | Fri, 25 Apr 2014 18:22:31 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=16320 Cary Coutant <ccoutant at google dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Cary Coutant <ccoutant at google dot com> --- I tried your test case and got: Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align PHDR 0x000040 0x0000000000000040 0x0000000000000040 0x000188 0x000188 R 0x8 LOAD 0x000000 0x0000000000000000 0x0000000000000000 0x000330 0x000330 R E 0x1000 LOAD 0x000ea0 0x0000000000001ea0 0x0000000000001ea0 0x000168 0x000168 RW 0x1000 DYNAMIC 0x000f08 0x0000000000001f08 0x0000000000001f08 0x0000f0 0x0000f0 RW 0x8 GNU_STACK 0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW 0 TLS 0x000ea0 0x0000000000001ea0 0x0000000000001ea0 0x00002c 0x00002c R 0x4 GNU_RELRO 0x000ea0 0x0000000000001ea0 0x0000000000001ea0 0x000160 0x000160 RW 0x20 The TLS segment has FileSiz and MemSiz both set to 0x2c. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |