This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
$ more t.c __thread char * tls_var;
int main (void)
{
return 0;
}gcc -c t.c -fdata-section gcc -o t t.o -Wl,--gc-sections
bfd: 2007-11-16 Tristan Gingold <gingold@adacore.com>
ld/testsuite: 2007-11-16 Tristan Gingold <gingold@adacore.com>
* ld-elf/tls_gc.s: New test.
* ld-elf/elf.exp: Add tls_gc test.Attachment:
tls.diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |