[Bug ld/1567] New: 64-bit problem for cris building Linux

2005-10-27 Thread hp at sourceware dot org
Building the Linux kernel can lead to this error: arch/cris/mm/mm.o: In function `free_initmem': arch/cris/mm/mm.o(.text+0x1e0): relocation truncated to fit: R_CRIS_32 __init_begin make[3]: *** [vmlinux] Error 1 Apparently a 64-bit-host problem. To be investigated. -- Summary: 64-bit

[Bug gas/1568] New: COFF code section should be read only

2005-10-27 Thread vahur dot sinijarv at cydonia dot ee
To create object files which are link-compatible with MS Visual C, the x flag in .section directive should also set read only flag in COFF section. Otherwise MS linker will complain about multiple segments with different attributes and in fact will not merge such section with other code

Re: readelf patch: support non-standard section header sizes

2005-10-27 Thread Nick Clifton
Hi Ronald, Problem: when running readelf on ELF binaries that have a non-standard size for the Elf32_Ehdr.e_shentsize field (and thus non-standard size section headers), the sections are not correctly interpreted. Can you post a (small) example file that contains such non-standard sizes so

[Bug ld/1543] LD very slow especially when linking C++ object files on alpha

2005-10-27 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-27 16:33 --- Please provide binaries for a cross linker if you want me to take a look. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1543 --- You are receiving this mail because: --- You are on the CC list for the

[Bug ld/1543] LD very slow especially when linking C++ object files on alpha

2005-10-27 Thread alenhar2 at cs dot uiuc dot edu
--- Additional Comments From alenhar2 at cs dot uiuc dot edu 2005-10-27 20:36 --- I have placed a test case at http://www.lenharth.org/~andrewl/bug.tgz The file cmdline.txt contains the command line used to link (-L flags replaced and libraries moved to one directory). There are excess

[Bug ld/1543] LD very slow especially when linking C++ object files on alpha

2005-10-27 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-27 22:11 --- Please provide libpthread.so.0 and libpthread_nonshared.a. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1543 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

[Bug ld/1543] LD very slow especially when linking C++ object files on alpha

2005-10-27 Thread alenhar2 at cs dot uiuc dot edu
--- Additional Comments From alenhar2 at cs dot uiuc dot edu 2005-10-27 23:23 --- the archive is updated with the requested files. libpthread.so.0 is a symlink for libpthread-0.10.so. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1543 --- You are receiving this mail

[Bug ld/1567] 64-bit problem for cris building Linux

2005-10-27 Thread hp at sourceware dot org
--- Additional Comments From hp at sourceware dot org 2005-10-28 00:58 --- See URL:http://sourceware.org/ml/binutils/2005-10/msg00427.html. -- What|Removed |Added