[Bug binutils/4791] Update to latest gnustandards (Was: etc/standards.texi: @strong{Note...} produces a spurious cross-reference in Info)

2007-08-13 Thread nickc at redhat dot com
--- 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]>

[Bug ld/4918] New: ___tls_get_addr call requires @PLT even without -fpic

2007-08-13 Thread hjl at lucon dot org
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.

[Bug ld/4918] ___tls_get_addr call requires @PLT even without -fpic

2007-08-13 Thread hjl at lucon dot org
-- What|Removed |Added CC||jakub at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=4918 --- You are receiving this ma

[Bug ld/4918] ___tls_get_addr call requires @PLT for global-dynamic even without -fpic

2007-08-13 Thread hjl at lucon dot org
-- What|Removed |Added Summary|___tls_get_addr call|___tls_get_addr call |requires @PLT even without -|requires @PLT for global-

gas: additional macro functionality (patch attached)

2007-08-13 Thread Olaf Püschel
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