[Bug ld/2884] Crash in elf64_ia64_relocate_section

2006-07-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-07-07 00:58 --- A patch is posted at http://sourceware.org/ml/binutils/2006-07/msg00064.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=2884 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/2884] Crash in elf64_ia64_relocate_section

2006-07-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-07-06 21:38 --- Created an attachment (id=1145) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1145&action=view) A simple testcase [EMAIL PROTECTED] 2884]$ make cc -fPIC -c -o begin.o begin.c cc -fPIC -c -o end.o end.c cc

[Bug ld/2834] Linker reports error "X referenced in section '.rodata' of foo.o: defined in discarded section X of foo.o" with g++ 3.3

2006-07-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-07-06 17:59 --- It is a gcc bug. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16276 is one of them. -- What|Removed |Added -

[Bug ld/2869] IA64: relocation truncated to fit: TPREL22

2006-07-06 Thread gary at intrepid dot com
--- Additional Comments From gary at intrepid dot com 2006-07-06 17:47 --- HJL wrote: "Compiler should generate R_IA64_TPREL64I when the 2MB limit is exceeded" Can the compiler determine that TPREL22 won't work, or might a new compilation switch (ala, -fbig-tls) be needed? -- http:/

[Bug ld/2869] IA64: relocation truncated to fit: TPREL22

2006-07-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-07-06 17:43 --- Compiler should generate R_IA64_TPREL64I when the 2MB limit is exceeded. -- http://sourceware.org/bugzilla/show_bug.cgi?id=2869 --- You are receiving this mail because: --- You are on the CC list for the b

[Bug ld/2869] IA64: relocation truncated to fit: TPREL22

2006-07-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-07-06 17:40 --- Here is the testcase: [EMAIL PROTECTED] tls-20]$ cat x.c #include static __thread char x [0x10]; static __thread char y; void * foo () { return &x; } void * bar () { return &y; } int main () { printf ("

[Bug ld/2884] Crash in elf64_ia64_relocate_section

2006-07-06 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2006-07-06 14:57 --- Created an attachment (id=1144) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1144&action=view) Testcase libc.so.6.1 omitted due to size constraints. -- http://sourceware.org/bugzilla/show_bug.cgi?id=288

[Bug ld/2884] New: Crash in elf64_ia64_relocate_section

2006-07-06 Thread schwab at suse dot de
Starting program: /cvs/test/binutils/ld/.libs/lt-ld-new crt1.o crtbegin.o mysql.o libmysqlclient.so libc.so.6.1 libc_nonshared.a crtend.o Program received signal SIGSEGV, Segmentation fault. 0x20106340 in elf64_ia64_relocate_section ( output_bfd=0x600229f0, info=0x600

[Bug ld/2874] Typos in ld.texinfo

2006-07-06 Thread adn at diwi dot org
--- Additional Comments From adn at diwi dot org 2006-07-06 14:19 --- I am reopening the bug because of the last comment. Tell me if you want me to submit another bug instead along with the patch. -- What|Removed |Added

[Bug binutils/2876] [Build] "Dangerous" mktemp warning

2006-07-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-07-06 11:06 --- Hi Mohammed, This is a known problem, but your fix will not work. For a discussion of why, please see this thread: http://sourceware.org/ml/binutils/2003-07/msg9.html Cheers Nick -- What

[Bug ld/2874] Typos in ld.texinfo

2006-07-06 Thread adn at diwi dot org
--- Additional Comments From adn at diwi dot org 2006-07-06 10:54 --- Could you please also remove the "Using" part in "Using LD, the GNU linker"? Just to quote : > $ whatis ld > ld (1) - Using LD, the GNU linker

[Bug gprof/2878] Fix gprof manpage French translation

2006-07-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-07-06 10:52 --- Hi Mohammed, Please submit these changes via the translation project, rather than via the binutils bug tracking system. The binutils project takes all of its translation updates solely from the Translation Proj

[Bug ld/2874] Typos in ld.texinfo

2006-07-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-07-06 10:46 --- Hi Mohammed, Thanks for submitting this patch. I have applied it to the sources. Cheers Nick ld/ChangeLog PR binutils/2877 * ld.texinfo: Fix spelling mistakes. -- What|Remo

[Bug gas/2877] Typo in gas/doc/as.texinfo

2006-07-06 Thread adn at diwi dot org
--- Additional Comments From adn at diwi dot org 2006-07-06 10:43 --- I was too shy to patch the code directly :) Thanks for doing it! -- http://sourceware.org/bugzilla/show_bug.cgi?id=2877 --- You are receiving this mail because: --- You are on the CC list for the bug, or ar

[Bug gas/2877] Typo in gas/doc/as.texinfo

2006-07-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-07-06 10:33 --- Hi Mohammed, Thanks for submitting this patch. It is correct, but it does not go far enough. There are several other places in the documentation and sources where this spelling mistake occurs. Thus I am going

[Bug gas/2877] Typo in gas/doc/as.texinfo

2006-07-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-07-06 10:32 --- Created an attachment (id=1143) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1143&action=view) Change spelling of "branchs" to "branches" -- What|Removed |Added -

[Bug binutils/2875] Typo in binutils/doc/binutils.texi

2006-07-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-07-06 10:04 --- Patch approved and applied. Cheers Nick binutils/ChangeLog PR binutils/2875 * doc/binutils.texi (readelf): Fix spelling typo. -- What|Removed |Added ---

[Bug binutils/2879] Document -T option in strings(1)

2006-07-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-07-06 09:54 --- Hi Mohammed, Thank you for submitting this patch. I have applied it along with two other changes: I added the -T switch to synopsis at the start of the strings node. I updated the comment at the start of