--- Additional Comments From nickc at redhat dot com 2007-08-13 09:46
---
I have imported the current version of the standards.texi file from the
ww.gnu.org website and checked it into the sourceware repository.
Cheers
Nick
etc/ChangeLog
2007-08-13 Nick Clifton <[EMAIL PROTECTED]>
On Linux/x86 and Linux/x86-64, I got
[EMAIL PROTECTED] tls-5]$ cat x.c
#include
__thread int foo __attribute__((tls_model("global-dynamic"))) = 100;
int
main ()
{
printf ("foo: %d\n", foo);
return 0;
}
[EMAIL PROTECTED] tls-5]$ gcc -o x x.c
/usr/local/bin/ld: BFD (Linux/GNU Binutils) 2.18.
--
What|Removed |Added
CC||jakub at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=4918
--- You are receiving this ma
--
What|Removed |Added
Summary|___tls_get_addr call|___tls_get_addr call
|requires @PLT even without -|requires @PLT for global-
Hi!
When I was trying to implement a direct threaded code interpreter
(forth look alike)
with gas for the msp430 microcontroller, I missed the possibility to
reference
a) the individual invocation count of each macro and b) the previous
invocation
count for each macro.
Problem: I need to